Html Css Color HEX #6F024A Tyrian Purple

📋 copy color: '#6F024A'

red 111 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #6F024A

Tints of Tyrian Purple #6F024A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 39.57%

R = 59.36%
G = 1.07%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F024A (or 0x6F024A) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 4A. RGB value is (111,2,74). Sum of RGB (Red+Green+Blue) = 111+2+74=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F024A is #90FDB5. Grayscale: #2A2A2A. Windows color (decimal): -9502134 or 4850287. OLE color: 4850287.

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

Color convert

RGB 111 2 74 -
CMYK 0 0.98 0.33 0.56
HSL 320.37º 0.96% 0.22% -
HSV(B) 320.37º 0.98% 0.44% -
XYZ 7.81 3.92 6.82 -
YUV 42.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 111 2 74 0 0.98 0.33 0.56 320.37 0.96 0.22
Hex 6F 2 4A 0 62 21 38 140 60 16
Octal 157 2 112 0 142 41 70 500 140 26
Binary 1101111 10 1001010 0 1100010 100001 111000 101000000 1100000 10110

Color Harmonies of #6F024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F024A

Black with #6F024A

Text Example


Text Example

White with #6F024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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