Html Css Color HEX #630F33 Tyrian Purple

📋 copy color: '#630F33'

red 99 ◦ green 15 ◦ blue 51

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

Shades of Tyrian Purple #630F33

Tints of Tyrian Purple #630F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.09%

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

R = 60%
G = 9.09%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#630F33 (or 0x630F33) is known color: Tyrian Purple. HEX triplet: 63, 0F and 33. RGB value is (99,15,51). Sum of RGB (Red+Green+Blue) = 99+15+51=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #630F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F33 is #9CF0CC. Grayscale: #2C2C2C. Windows color (decimal): -10285261 or 3346275. OLE color: 3346275.

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

Color convert

RGB 99 15 51 -
CMYK 0 0.85 0.48 0.61
HSL 334.29º 0.74% 0.22% -
HSV(B) 334.29º 0.85% 0.39% -
XYZ 5.91 3.23 3.44 -
YUV 44.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 99 15 51 0 0.85 0.48 0.61 334.29 0.74 0.22
Hex 63 F 33 0 55 30 3D 14E 4A 16
Octal 143 17 63 0 125 60 75 516 112 26
Binary 1100011 1111 110011 0 1010101 110000 111101 101001110 1001010 10110

Color Harmonies of #630F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F33

Black with #630F33

Text Example


Text Example

White with #630F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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