Html Css Color HEX #6F025A Tyrian Purple

📋 copy color: '#6F025A'

red 111 ◦ green 2 ◦ blue 90

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

Shades of Tyrian Purple #6F025A

Tints of Tyrian Purple #6F025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 54.68%
G = 0.99%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F025A (or 0x6F025A) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 5A. RGB value is (111,2,90). Sum of RGB (Red+Green+Blue) = 111+2+90=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F025A is #90FDA5. Grayscale: #2C2C2C. Windows color (decimal): -9502118 or 5898863. OLE color: 5898863.

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

Color convert

RGB 111 2 90 -
CMYK 0 0.98 0.19 0.56
HSL 311.56º 0.96% 0.22% -
HSV(B) 311.56º 0.98% 0.44% -
XYZ 8.42 4.16 10.03 -
YUV 44.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 111 2 90 0 0.98 0.19 0.56 311.56 0.96 0.22
Hex 6F 2 5A 0 62 13 38 138 60 16
Octal 157 2 132 0 142 23 70 470 140 26
Binary 1101111 10 1011010 0 1100010 10011 111000 100111000 1100000 10110

Color Harmonies of #6F025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F025A

Black with #6F025A

Text Example


Text Example

White with #6F025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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