Html Css Color HEX #630C48 Tyrian Purple

📋 copy color: '#630C48'

red 99 ◦ green 12 ◦ blue 72

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

Shades of Tyrian Purple #630C48

Tints of Tyrian Purple #630C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.34%

R = 54.1%
G = 6.56%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#630C48 (or 0x630C48) is known color: Tyrian Purple. HEX triplet: 63, 0C and 48. RGB value is (99,12,72). Sum of RGB (Red+Green+Blue) = 99+12+72=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #630C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C48 is #9CF3B7. Grayscale: #2C2C2C. Windows color (decimal): -10286008 or 4721763. OLE color: 4721763.

HSL color Cylindrical-coordinate representation of color #630C48: hue angle of 318.62º 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 #630C48 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 12 72 -
CMYK 0 0.88 0.27 0.61
HSL 318.62º 0.78% 0.22% -
HSV(B) 318.62º 0.88% 0.39% -
XYZ 6.45 3.38 6.44 -
YUV 44.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 99 12 72 0 0.88 0.27 0.61 318.62 0.78 0.22
Hex 63 C 48 0 58 1B 3D 13F 4E 16
Octal 143 14 110 0 130 33 75 477 116 26
Binary 1100011 1100 1001000 0 1011000 11011 111101 100111111 1001110 10110

Color Harmonies of #630C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630C48

Black with #630C48

Text Example


Text Example

White with #630C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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