Html Css Color HEX #6F0C4B Tyrian Purple

📋 copy color: '#6F0C4B'

red 111 ◦ green 12 ◦ blue 75

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

Shades of Tyrian Purple #6F0C4B

Tints of Tyrian Purple #6F0C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.88%

R = 56.06%
G = 6.06%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F0C4B (or 0x6F0C4B) is known color: Tyrian Purple. HEX triplet: 6F, 0C and 4B. RGB value is (111,12,75). Sum of RGB (Red+Green+Blue) = 111+12+75=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C4B is #90F3B4. Grayscale: #303030. Windows color (decimal): -9499573 or 4918383. OLE color: 4918383.

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

Color convert

RGB 111 12 75 -
CMYK 0 0.89 0.32 0.56
HSL 321.82º 0.8% 0.24% -
HSV(B) 321.82º 0.89% 0.44% -
XYZ 7.96 4.15 7.04 -
YUV 48.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 111 12 75 0 0.89 0.32 0.56 321.82 0.8 0.24
Hex 6F C 4B 0 59 20 38 142 50 18
Octal 157 14 113 0 131 40 70 502 120 30
Binary 1101111 1100 1001011 0 1011001 100000 111000 101000010 1010000 11000

Color Harmonies of #6F0C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C4B

Black with #6F0C4B

Text Example


Text Example

White with #6F0C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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