Html Css Color HEX #6A0864 Palatinate Purple

📋 copy color: '#6A0864'

red 106 ◦ green 8 ◦ blue 100

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

Shades of Palatinate Purple #6A0864

Tints of Palatinate Purple #6A0864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 100 (39.45% from 255) = 46.73%

R = 49.53%
G = 3.74%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6A0864 (or 0x6A0864) is known color: Palatinate Purple. HEX triplet: 6A, 08 and 64. RGB value is (106,8,100). Sum of RGB (Red+Green+Blue) = 106+8+100=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0864 is #95F79B. Grayscale: #2F2F2F. Windows color (decimal): -9828252 or 6555754. OLE color: 6555754.

HSL color Cylindrical-coordinate representation of color #6A0864: hue angle of 303.67º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0864 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 8 100 -
CMYK 0 0.92 0.06 0.58
HSL 303.67º 0.86% 0.22% -
HSV(B) 303.67º 0.92% 0.42% -
XYZ 8.33 4.16 12.42 -
YUV 47.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 106 8 100 0 0.92 0.06 0.58 303.67 0.86 0.22
Hex 6A 8 64 0 5C 6 3A 130 56 16
Octal 152 10 144 0 134 6 72 460 126 26
Binary 1101010 1000 1100100 0 1011100 110 111010 100110000 1010110 10110

Color Harmonies of #6A0864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0864

Black with #6A0864

Text Example


Text Example

White with #6A0864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,8,100); }

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

background-color css

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

 a { background-color: rgb(106,8,100); }

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

border-color css

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

 span { border-color: rgb(106,8,100); }

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