Html Css Color HEX #6F0233 Tyrian Purple

📋 copy color: '#6F0233'

red 111 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #6F0233

Tints of Tyrian Purple #6F0233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

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

R = 67.68%
G = 1.22%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F0233 (or 0x6F0233) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 33. RGB value is (111,2,51). Sum of RGB (Red+Green+Blue) = 111+2+51=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0233 is #90FDCC. Grayscale: #282828. Windows color (decimal): -9502157 or 3342959. OLE color: 3342959.

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

Color convert

RGB 111 2 51 -
CMYK 0 0.98 0.54 0.56
HSL 333.03º 0.96% 0.22% -
HSV(B) 333.03º 0.98% 0.44% -
XYZ 7.17 3.66 3.46 -
YUV 40.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 111 2 51 0 0.98 0.54 0.56 333.03 0.96 0.22
Hex 6F 2 33 0 62 36 38 14D 60 16
Octal 157 2 63 0 142 66 70 515 140 26
Binary 1101111 10 110011 0 1100010 110110 111000 101001101 1100000 10110

Color Harmonies of #6F0233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0233

Black with #6F0233

Text Example


Text Example

White with #6F0233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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