Html Css Color HEX #630F32 Tyrian Purple

📋 copy color: '#630F32'

red 99 ◦ green 15 ◦ blue 50

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

Shades of Tyrian Purple #630F32

Tints of Tyrian Purple #630F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 60.37%
G = 9.15%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#630F32 (or 0x630F32) is known color: Tyrian Purple. HEX triplet: 63, 0F and 32. RGB value is (99,15,50). Sum of RGB (Red+Green+Blue) = 99+15+50=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #630F32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F32 is #9CF0CD. Grayscale: #2C2C2C. Windows color (decimal): -10285262 or 3280739. OLE color: 3280739.

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

Color convert

RGB 99 15 50 -
CMYK 0 0.85 0.49 0.61
HSL 335º 0.74% 0.22% -
HSV(B) 335º 0.85% 0.39% -
XYZ 5.89 3.22 3.33 -
YUV 44.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 99 15 50 0 0.85 0.49 0.61 335 0.74 0.22
Hex 63 F 32 0 55 31 3D 14F 4A 16
Octal 143 17 62 0 125 61 75 517 112 26
Binary 1100011 1111 110010 0 1010101 110001 111101 101001111 1001010 10110

Color Harmonies of #630F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F32

Black with #630F32

Text Example


Text Example

White with #630F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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