Html Css Color HEX #6A0D66 Palatinate Purple

📋 copy color: '#6A0D66'

red 106 ◦ green 13 ◦ blue 102

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

Shades of Palatinate Purple #6A0D66

Tints of Palatinate Purple #6A0D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.88%

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 47.96%
G = 5.88%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6A0D66 (or 0x6A0D66) is known color: Palatinate Purple. HEX triplet: 6A, 0D and 66. RGB value is (106,13,102). Sum of RGB (Red+Green+Blue) = 106+13+102=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0D66 is #95F299. Grayscale: #323232. Windows color (decimal): -9826970 or 6688106. OLE color: 6688106.

HSL color Cylindrical-coordinate representation of color #6A0D66: hue angle of 302.58º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D66 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 13 102 -
CMYK 0 0.88 0.04 0.58
HSL 302.58º 0.78% 0.23% -
HSV(B) 302.58º 0.88% 0.42% -
XYZ 8.49 4.31 12.96 -
YUV 50.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 106 13 102 0 0.88 0.04 0.58 302.58 0.78 0.23
Hex 6A D 66 0 58 4 3A 12F 4E 17
Octal 152 15 146 0 130 4 72 457 116 27
Binary 1101010 1101 1100110 0 1011000 100 111010 100101111 1001110 10111

Color Harmonies of #6A0D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0D66

Black with #6A0D66

Text Example


Text Example

White with #6A0D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,13,102); }

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

background-color css

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

 a { background-color: rgb(106,13,102); }

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

border-color css

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

 span { border-color: rgb(106,13,102); }

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