Html Css Color HEX #6A0E5B Palatinate Purple

📋 copy color: '#6A0E5B'

red 106 ◦ green 14 ◦ blue 91

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

Shades of Palatinate Purple #6A0E5B

Tints of Palatinate Purple #6A0E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.13%

R = 50.24%
G = 6.64%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6A0E5B (or 0x6A0E5B) is known color: Palatinate Purple. HEX triplet: 6A, 0E and 5B. RGB value is (106,14,91). Sum of RGB (Red+Green+Blue) = 106+14+91=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0E5B is #95F1A4. Grayscale: #323232. Windows color (decimal): -9826725 or 5967466. OLE color: 5967466.

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

Color convert

RGB 106 14 91 -
CMYK 0 0.87 0.14 0.58
HSL 309.78º 0.77% 0.24% -
HSV(B) 309.78º 0.87% 0.42% -
XYZ 7.99 4.13 10.27 -
YUV 50.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 106 14 91 0 0.87 0.14 0.58 309.78 0.77 0.24
Hex 6A E 5B 0 57 E 3A 136 4D 18
Octal 152 16 133 0 127 16 72 466 115 30
Binary 1101010 1110 1011011 0 1010111 1110 111010 100110110 1001101 11000

Color Harmonies of #6A0E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0E5B

Black with #6A0E5B

Text Example


Text Example

White with #6A0E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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