Html Css Color HEX #6D0A5A Palatinate Purple

📋 copy color: '#6D0A5A'

red 109 ◦ green 10 ◦ blue 90

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

Shades of Palatinate Purple #6D0A5A

Tints of Palatinate Purple #6D0A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 52.15%
G = 4.78%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D0A5A (or 0x6D0A5A) is known color: Palatinate Purple. HEX triplet: 6D, 0A and 5A. RGB value is (109,10,90). Sum of RGB (Red+Green+Blue) = 109+10+90=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A5A is #92F5A5. Grayscale: #303030. Windows color (decimal): -9631142 or 5900909. OLE color: 5900909.

HSL color Cylindrical-coordinate representation of color #6D0A5A: hue angle of 311.52º 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 #6D0A5A is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 10 90 -
CMYK 0 0.91 0.17 0.57
HSL 311.52º 0.83% 0.23% -
HSV(B) 311.52º 0.91% 0.43% -
XYZ 8.26 4.21 10.05 -
YUV 48.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 109 10 90 0 0.91 0.17 0.57 311.52 0.83 0.23
Hex 6D A 5A 0 5B 11 39 138 53 17
Octal 155 12 132 0 133 21 71 470 123 27
Binary 1101101 1010 1011010 0 1011011 10001 111001 100111000 1010011 10111

Color Harmonies of #6D0A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A5A

Black with #6D0A5A

Text Example


Text Example

White with #6D0A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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