Html Css Color HEX #6F0533 Tyrian Purple

📋 copy color: '#6F0533'

red 111 ◦ green 5 ◦ blue 51

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

Shades of Tyrian Purple #6F0533

Tints of Tyrian Purple #6F0533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 66.47%
G = 2.99%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F0533 (or 0x6F0533) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 33. RGB value is (111,5,51). Sum of RGB (Red+Green+Blue) = 111+5+51=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0533 is #90FACC. Grayscale: #292929. Windows color (decimal): -9501389 or 3343727. OLE color: 3343727.

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

Color convert

RGB 111 5 51 -
CMYK 0 0.95 0.54 0.56
HSL 333.96º 0.91% 0.23% -
HSV(B) 333.96º 0.95% 0.44% -
XYZ 7.21 3.73 3.47 -
YUV 41.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 111 5 51 0 0.95 0.54 0.56 333.96 0.91 0.23
Hex 6F 5 33 0 5F 36 38 14E 5B 17
Octal 157 5 63 0 137 66 70 516 133 27
Binary 1101111 101 110011 0 1011111 110110 111000 101001110 1011011 10111

Color Harmonies of #6F0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0533

Black with #6F0533

Text Example


Text Example

White with #6F0533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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