Html Css Color HEX #6F0132 Tyrian Purple

📋 copy color: '#6F0132'

red 111 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #6F0132

Tints of Tyrian Purple #6F0132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 68.52%
G = 0.62%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F0132 (or 0x6F0132) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 32. RGB value is (111,1,50). Sum of RGB (Red+Green+Blue) = 111+1+50=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0132 is #90FECD. Grayscale: #272727. Windows color (decimal): -9502414 or 3277167. OLE color: 3277167.

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

Color convert

RGB 111 1 50 -
CMYK 0 0.99 0.55 0.56
HSL 333.27º 0.98% 0.22% -
HSV(B) 333.27º 0.99% 0.44% -
XYZ 7.14 3.63 3.34 -
YUV 39.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 111 1 50 0 0.99 0.55 0.56 333.27 0.98 0.22
Hex 6F 1 32 0 63 37 38 14D 62 16
Octal 157 1 62 0 143 67 70 515 142 26
Binary 1101111 1 110010 0 1100011 110111 111000 101001101 1100010 10110

Color Harmonies of #6F0132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0132

Black with #6F0132

Text Example


Text Example

White with #6F0132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,50); }

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

background-color css

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

 a { background-color: rgb(111,1,50); }

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

border-color css

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

 span { border-color: rgb(111,1,50); }

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