Html Css Color HEX #6F0246 Tyrian Purple

📋 copy color: '#6F0246'

red 111 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #6F0246

Tints of Tyrian Purple #6F0246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 60.66%
G = 1.09%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F0246 (or 0x6F0246) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 46. RGB value is (111,2,70). Sum of RGB (Red+Green+Blue) = 111+2+70=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0246 is #90FDB9. Grayscale: #2A2A2A. Windows color (decimal): -9502138 or 4588143. OLE color: 4588143.

HSL color Cylindrical-coordinate representation of color #6F0246: hue angle of 322.57º 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 #6F0246 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 2 70 -
CMYK 0 0.98 0.37 0.56
HSL 322.57º 0.96% 0.22% -
HSV(B) 322.57º 0.98% 0.44% -
XYZ 7.68 3.87 6.14 -
YUV 42.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 111 2 70 0 0.98 0.37 0.56 322.57 0.96 0.22
Hex 6F 2 46 0 62 25 38 143 60 16
Octal 157 2 106 0 142 45 70 503 140 26
Binary 1101111 10 1000110 0 1100010 100101 111000 101000011 1100000 10110

Color Harmonies of #6F0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0246

Black with #6F0246

Text Example


Text Example

White with #6F0246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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