Html Css Color HEX #6F0B44 Tyrian Purple

📋 copy color: '#6F0B44'

red 111 ◦ green 11 ◦ blue 68

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

Shades of Tyrian Purple #6F0B44

Tints of Tyrian Purple #6F0B44

RGB

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

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

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

R = 58.42%
G = 5.79%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#6F0B44 (or 0x6F0B44) is known color: Tyrian Purple. HEX triplet: 6F, 0B and 44. RGB value is (111,11,68). Sum of RGB (Red+Green+Blue) = 111+11+68=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B44 is #90F4BB. Grayscale: #2F2F2F. Windows color (decimal): -9499836 or 4459375. OLE color: 4459375.

HSL color Cylindrical-coordinate representation of color #6F0B44: hue angle of 325.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B44 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 11 68 -
CMYK 0 0.90 0.39 0.56
HSL 325.8º 0.82% 0.24% -
HSV(B) 325.8º 0.9% 0.44% -
XYZ 7.72 4.04 5.84 -
YUV 47.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 111 11 68 0 0.90 0.39 0.56 325.8 0.82 0.24
Hex 6F B 44 0 5A 27 38 146 52 18
Octal 157 13 104 0 132 47 70 506 122 30
Binary 1101111 1011 1000100 0 1011010 100111 111000 101000110 1010010 11000

Color Harmonies of #6F0B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B44

Black with #6F0B44

Text Example


Text Example

White with #6F0B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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