Html Css Color HEX #6F0C33 Tyrian Purple

📋 copy color: '#6F0C33'

red 111 ◦ green 12 ◦ blue 51

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

Shades of Tyrian Purple #6F0C33

Tints of Tyrian Purple #6F0C33

RGB

 RED value IS 111 (43.75% from 255) = 63.79%

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

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

R = 63.79%
G = 6.9%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F0C33 (or 0x6F0C33) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 33. RGB value is (111,12,51). Sum of RGB (Red+Green+Blue) = 111+12+51=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C33 is #90F3CC. Grayscale: #2D2D2D. Windows color (decimal): -9499597 or 3345519. OLE color: 3345519.

HSL color Cylindrical-coordinate representation of color #6F0C33: hue angle of 336.36º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C33 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 12 51 -
CMYK 0 0.89 0.54 0.56
HSL 336.36º 0.8% 0.24% -
HSV(B) 336.36º 0.89% 0.44% -
XYZ 7.28 3.88 3.5 -
YUV 46.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 111 12 51 0 0.89 0.54 0.56 336.36 0.8 0.24
Hex 6F C 33 0 59 36 38 150 50 18
Octal 157 14 63 0 131 66 70 520 120 30
Binary 1101111 1100 110011 0 1011001 110110 111000 101010000 1010000 11000

Color Harmonies of #6F0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C33

Black with #6F0C33

Text Example


Text Example

White with #6F0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F0C33; }

 p { color: rgb(111,12,51); }

 H1.HeaderClassName
 {
   color: #6F0C33;
 }
 .AnyTagClassName
 {
   color: #6F0C33;
 }
</style>

background-color css

<style>
 a { background-color: #6F0C33; }

 a { background-color: rgb(111,12,51); }

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

border-color css

<style>
 span { border-color: #6F0C33; }

 span { border-color: rgb(111,12,51); }

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