Html Css Color HEX #670F33 Tyrian Purple

📋 copy color: '#670F33'

red 103 ◦ green 15 ◦ blue 51

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

Shades of Tyrian Purple #670F33

Tints of Tyrian Purple #670F33

RGB

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

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

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

R = 60.95%
G = 8.88%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#670F33 (or 0x670F33) is known color: Tyrian Purple. HEX triplet: 67, 0F and 33. RGB value is (103,15,51). Sum of RGB (Red+Green+Blue) = 103+15+51=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #670F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F33 is #98F0CC. Grayscale: #2D2D2D. Windows color (decimal): -10023117 or 3346279. OLE color: 3346279.

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

Color convert

RGB 103 15 51 -
CMYK 0 0.85 0.50 0.60
HSL 335.45º 0.75% 0.23% -
HSV(B) 335.45º 0.85% 0.4% -
XYZ 6.36 3.46 3.47 -
YUV 45.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 103 15 51 0 0.85 0.50 0.60 335.45 0.75 0.23
Hex 67 F 33 0 55 32 3C 14F 4B 17
Octal 147 17 63 0 125 62 74 517 113 27
Binary 1100111 1111 110011 0 1010101 110010 111100 101001111 1001011 10111

Color Harmonies of #670F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F33

Black with #670F33

Text Example


Text Example

White with #670F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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