Html Css Color HEX #630C33 Tyrian Purple

📋 copy color: '#630C33'

red 99 ◦ green 12 ◦ blue 51

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

Shades of Tyrian Purple #630C33

Tints of Tyrian Purple #630C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.41%

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 61.11%
G = 7.41%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#630C33 (or 0x630C33) is known color: Tyrian Purple. HEX triplet: 63, 0C and 33. RGB value is (99,12,51). Sum of RGB (Red+Green+Blue) = 99+12+51=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #630C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C33 is #9CF3CC. Grayscale: #2A2A2A. Windows color (decimal): -10286029 or 3345507. OLE color: 3345507.

HSL color Cylindrical-coordinate representation of color #630C33: hue angle of 333.1º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C33 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 12 51 -
CMYK 0 0.88 0.48 0.61
HSL 333.1º 0.78% 0.22% -
HSV(B) 333.1º 0.88% 0.39% -
XYZ 5.87 3.15 3.43 -
YUV 42.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 99 12 51 0 0.88 0.48 0.61 333.1 0.78 0.22
Hex 63 C 33 0 58 30 3D 14D 4E 16
Octal 143 14 63 0 130 60 75 515 116 26
Binary 1100011 1100 110011 0 1011000 110000 111101 101001101 1001110 10110

Color Harmonies of #630C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630C33

Black with #630C33

Text Example


Text Example

White with #630C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630C33; }

 p { color: rgb(99,12,51); }

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

background-color css

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

 a { background-color: rgb(99,12,51); }

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

border-color css

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

 span { border-color: rgb(99,12,51); }

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