Html Css Color HEX #6A0E87 Purple

📋 copy color: '#6A0E87'

red 106 ◦ green 14 ◦ blue 135

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

Shades of Purple #6A0E87

Tints of Purple #6A0E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 41.57%
G = 5.49%
B = 52.94%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A0E87 (or 0x6A0E87) is known color: Purple. HEX triplet: 6A, 0E and 87. RGB value is (106,14,135). Sum of RGB (Red+Green+Blue) = 106+14+135=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A0E87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0E87 is #95F178. Grayscale: #363636. Windows color (decimal): -9826681 or 8851050. OLE color: 8851050.

HSL color Cylindrical-coordinate representation of color #6A0E87: hue angle of 285.62º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0E87 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 14 135 -
CMYK 0.21 0.90 0 0.47
HSL 285.62º 0.81% 0.29% -
HSV(B) 285.62º 0.9% 0.53% -
XYZ 10.47 5.13 23.36 -
YUV 55.3 172.98 164.16 -
System Red Green Blue C M Y K H S L
Decimal 106 14 135 0.21 0.90 0 0.47 285.62 0.81 0.29
Hex 6A E 87 15 5A 0 2F 11E 51 1D
Octal 152 16 207 25 132 0 57 436 121 35
Binary 1101010 1110 10000111 10101 1011010 0 101111 100011110 1010001 11101

Color Harmonies of #6A0E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0E87

Black with #6A0E87

Text Example


Text Example

White with #6A0E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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