Html Css Color HEX #670B33 Tyrian Purple

📋 copy color: '#670B33'

red 103 ◦ green 11 ◦ blue 51

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

Shades of Tyrian Purple #670B33

Tints of Tyrian Purple #670B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.67%

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

R = 62.42%
G = 6.67%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#670B33 (or 0x670B33) is known color: Tyrian Purple. HEX triplet: 67, 0B and 33. RGB value is (103,11,51). Sum of RGB (Red+Green+Blue) = 103+11+51=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #670B33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670B33 is #98F4CC. Grayscale: #2B2B2B. Windows color (decimal): -10024141 or 3345255. OLE color: 3345255.

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

Color convert

RGB 103 11 51 -
CMYK 0 0.89 0.50 0.60
HSL 333.91º 0.81% 0.22% -
HSV(B) 333.91º 0.89% 0.4% -
XYZ 6.31 3.36 3.45 -
YUV 43.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 103 11 51 0 0.89 0.50 0.60 333.91 0.81 0.22
Hex 67 B 33 0 59 32 3C 14E 51 16
Octal 147 13 63 0 131 62 74 516 121 26
Binary 1100111 1011 110011 0 1011001 110010 111100 101001110 1010001 10110

Color Harmonies of #670B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670B33

Black with #670B33

Text Example


Text Example

White with #670B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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