Html Css Color HEX #630151 Tyrian Purple

📋 copy color: '#630151'

red 99 ◦ green 1 ◦ blue 81

#630151
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #630151

Tints of Tyrian Purple #630151

RGB

 RED value IS 99 (39.06% from 255) = 54.7%

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 81 (32.03% from 255) = 44.75%

R = 54.7%
G = 0.55%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#630151 (or 0x630151) is known color: Tyrian Purple. HEX triplet: 63, 01 and 51. RGB value is (99,1,81). Sum of RGB (Red+Green+Blue) = 99+1+81=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #630151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630151 is #9CFEAE. Grayscale: #272727. Windows color (decimal): -10288815 or 5308771. OLE color: 5308771.

HSL color Cylindrical-coordinate representation of color #630151: hue angle of 311.02º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630151 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 81 -
CMYK 0 0.99 0.18 0.61
HSL 311.02º 0.98% 0.2% -
HSV(B) 311.02º 0.99% 0.39% -
XYZ 6.64 3.27 8.07 -
YUV 39.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 99 1 81 0 0.99 0.18 0.61 311.02 0.98 0.2
Hex 63 1 51 0 63 12 3D 137 62 14
Octal 143 1 121 0 143 22 75 467 142 24
Binary 1100011 1 1010001 0 1100011 10010 111101 100110111 1100010 10100

Color Harmonies of #630151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630151

Black with #630151

Text Example


Text Example

White with #630151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630151; }

 p { color: rgb(99,1,81); }

 H1.HeaderClassName
 {
   color: #630151;
 }
 .AnyTagClassName
 {
   color: #630151;
 }
</style>

background-color css

<style>
 a { background-color: #630151; }

 a { background-color: rgb(99,1,81); }

 div.DivClassName
 {
   background-color: #630151;
 }
 .BgClassName
 {
   background-color: #630151;
 }
</style>

border-color css

<style>
 span { border-color: #630151; }

 span { border-color: rgb(99,1,81); }

 td.TdClassName
 {
   border-color: #630151;
 }
 .TagClassName
 {
   border-color: #630151;
 }
</style>