Html Css Color HEX #6F0433 Tyrian Purple

📋 copy color: '#6F0433'

red 111 ◦ green 4 ◦ blue 51

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

Shades of Tyrian Purple #6F0433

Tints of Tyrian Purple #6F0433

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

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

R = 66.87%
G = 2.41%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F0433 (or 0x6F0433) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 33. RGB value is (111,4,51). Sum of RGB (Red+Green+Blue) = 111+4+51=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0433 is #90FBCC. Grayscale: #292929. Windows color (decimal): -9501645 or 3343471. OLE color: 3343471.

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

Color convert

RGB 111 4 51 -
CMYK 0 0.96 0.54 0.56
HSL 333.64º 0.93% 0.23% -
HSV(B) 333.64º 0.96% 0.44% -
XYZ 7.2 3.71 3.47 -
YUV 41.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 111 4 51 0 0.96 0.54 0.56 333.64 0.93 0.23
Hex 6F 4 33 0 60 36 38 14E 5D 17
Octal 157 4 63 0 140 66 70 516 135 27
Binary 1101111 100 110011 0 1100000 110110 111000 101001110 1011101 10111

Color Harmonies of #6F0433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0433

Black with #6F0433

Text Example


Text Example

White with #6F0433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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