Html Css Color HEX #6D0A64 Palatinate Purple

📋 copy color: '#6D0A64'

red 109 ◦ green 10 ◦ blue 100

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

Shades of Palatinate Purple #6D0A64

Tints of Palatinate Purple #6D0A64

RGB

 RED value IS 109 (42.97% from 255) = 49.77%

 GREEN value IS 10 (4.3% from 255) = 4.57%

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

R = 49.77%
G = 4.57%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D0A64 (or 0x6D0A64) is known color: Palatinate Purple. HEX triplet: 6D, 0A and 64. RGB value is (109,10,100). Sum of RGB (Red+Green+Blue) = 109+10+100=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A64 is #92F59B. Grayscale: #313131. Windows color (decimal): -9631132 or 6556269. OLE color: 6556269.

HSL color Cylindrical-coordinate representation of color #6D0A64: hue angle of 305.45º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A64 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 10 100 -
CMYK 0 0.91 0.08 0.57
HSL 305.45º 0.83% 0.23% -
HSV(B) 305.45º 0.91% 0.43% -
XYZ 8.72 4.39 12.44 -
YUV 49.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 109 10 100 0 0.91 0.08 0.57 305.45 0.83 0.23
Hex 6D A 64 0 5B 8 39 131 53 17
Octal 155 12 144 0 133 10 71 461 123 27
Binary 1101101 1010 1100100 0 1011011 1000 111001 100110001 1010011 10111

Color Harmonies of #6D0A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A64

Black with #6D0A64

Text Example


Text Example

White with #6D0A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,100); }

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

background-color css

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

 a { background-color: rgb(109,10,100); }

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

border-color css

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

 span { border-color: rgb(109,10,100); }

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