Html Css Color HEX #670C32 Tyrian Purple

📋 copy color: '#670C32'

red 103 ◦ green 12 ◦ blue 50

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

Shades of Tyrian Purple #670C32

Tints of Tyrian Purple #670C32

RGB

 RED value IS 103 (40.63% from 255) = 62.42%

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

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

R = 62.42%
G = 7.27%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#670C32 (or 0x670C32) is known color: Tyrian Purple. HEX triplet: 67, 0C and 32. RGB value is (103,12,50). Sum of RGB (Red+Green+Blue) = 103+12+50=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #670C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C32 is #98F3CD. Grayscale: #2B2B2B. Windows color (decimal): -10023886 or 3279975. OLE color: 3279975.

HSL color Cylindrical-coordinate representation of color #670C32: hue angle of 334.95º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C32 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 12 50 -
CMYK 0 0.88 0.51 0.60
HSL 334.95º 0.79% 0.23% -
HSV(B) 334.95º 0.88% 0.4% -
XYZ 6.3 3.38 3.34 -
YUV 43.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 103 12 50 0 0.88 0.51 0.60 334.95 0.79 0.23
Hex 67 C 32 0 58 33 3C 14F 4F 17
Octal 147 14 62 0 130 63 74 517 117 27
Binary 1100111 1100 110010 0 1011000 110011 111100 101001111 1001111 10111

Color Harmonies of #670C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C32

Black with #670C32

Text Example


Text Example

White with #670C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670C32; }

 p { color: rgb(103,12,50); }

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

background-color css

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

 a { background-color: rgb(103,12,50); }

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

border-color css

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

 span { border-color: rgb(103,12,50); }

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