Html Css Color HEX #6F0C44 Tyrian Purple

📋 copy color: '#6F0C44'

red 111 ◦ green 12 ◦ blue 68

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

Shades of Tyrian Purple #6F0C44

Tints of Tyrian Purple #6F0C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.6%

R = 58.12%
G = 6.28%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#6F0C44 (or 0x6F0C44) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 44. RGB value is (111,12,68). Sum of RGB (Red+Green+Blue) = 111+12+68=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C44 is #90F3BB. Grayscale: #2F2F2F. Windows color (decimal): -9499580 or 4459631. OLE color: 4459631.

HSL color Cylindrical-coordinate representation of color #6F0C44: hue angle of 326.06º 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 #6F0C44 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 12 68 -
CMYK 0 0.89 0.39 0.56
HSL 326.06º 0.8% 0.24% -
HSV(B) 326.06º 0.89% 0.44% -
XYZ 7.73 4.06 5.85 -
YUV 47.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 111 12 68 0 0.89 0.39 0.56 326.06 0.8 0.24
Hex 6F C 44 0 59 27 38 146 50 18
Octal 157 14 104 0 131 47 70 506 120 30
Binary 1101111 1100 1000100 0 1011001 100111 111000 101000110 1010000 11000

Color Harmonies of #6F0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C44

Black with #6F0C44

Text Example


Text Example

White with #6F0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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