Html Css Color HEX #6A0251 Tyrian Purple

📋 copy color: '#6A0251'

red 106 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #6A0251

Tints of Tyrian Purple #6A0251

RGB

 RED value IS 106 (41.8% from 255) = 56.08%

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

 BLUE value IS 81 (32.03% from 255) = 42.86%

R = 56.08%
G = 1.06%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6A0251 (or 0x6A0251) is known color: Tyrian Purple. HEX triplet: 6A, 02 and 51. RGB value is (106,2,81). Sum of RGB (Red+Green+Blue) = 106+2+81=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0251 is #95FDAE. Grayscale: #292929. Windows color (decimal): -9829807 or 5309034. OLE color: 5309034.

HSL color Cylindrical-coordinate representation of color #6A0251: hue angle of 314.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0251 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 2 81 -
CMYK 0 0.98 0.24 0.58
HSL 314.42º 0.96% 0.21% -
HSV(B) 314.42º 0.98% 0.42% -
XYZ 7.45 3.7 8.11 -
YUV 42.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 106 2 81 0 0.98 0.24 0.58 314.42 0.96 0.21
Hex 6A 2 51 0 62 18 3A 13A 60 15
Octal 152 2 121 0 142 30 72 472 140 25
Binary 1101010 10 1010001 0 1100010 11000 111010 100111010 1100000 10101

Color Harmonies of #6A0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0251

Black with #6A0251

Text Example


Text Example

White with #6A0251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,2,81); }

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

background-color css

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

 a { background-color: rgb(106,2,81); }

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

border-color css

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

 span { border-color: rgb(106,2,81); }

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