Html Css Color HEX #6A0E81 Purple

📋 copy color: '#6A0E81'

red 106 ◦ green 14 ◦ blue 129

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

Shades of Purple #6A0E81

Tints of Purple #6A0E81

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.62%

 BLUE value IS 129 (50.78% from 255) = 51.81%

R = 42.57%
G = 5.62%
B = 51.81%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6A0E81 (or 0x6A0E81) is known color: Purple. HEX triplet: 6A, 0E and 81. RGB value is (106,14,129). Sum of RGB (Red+Green+Blue) = 106+14+129=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #6A0E81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0E81 is #95F17E. Grayscale: #363636. Windows color (decimal): -9826687 or 8457834. OLE color: 8457834.

HSL color Cylindrical-coordinate representation of color #6A0E81: hue angle of 288º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A0E81 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 14 129 -
CMYK 0.18 0.89 0 0.49
HSL 288º 0.8% 0.28% -
HSV(B) 288º 0.89% 0.51% -
XYZ 10.06 4.96 21.2 -
YUV 54.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 106 14 129 0.18 0.89 0 0.49 288 0.8 0.28
Hex 6A E 81 12 59 0 31 120 50 1C
Octal 152 16 201 22 131 0 61 440 120 34
Binary 1101010 1110 10000001 10010 1011001 0 110001 100100000 1010000 11100

Color Harmonies of #6A0E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0E81

Black with #6A0E81

Text Example


Text Example

White with #6A0E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,14,129); }

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

background-color css

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

 a { background-color: rgb(106,14,129); }

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

border-color css

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

 span { border-color: rgb(106,14,129); }

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