Html Css Color HEX #6D0562 Palatinate Purple

📋 copy color: '#6D0562'

red 109 ◦ green 5 ◦ blue 98

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

Shades of Palatinate Purple #6D0562

Tints of Palatinate Purple #6D0562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 51.42%
G = 2.36%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D0562 (or 0x6D0562) is known color: Palatinate Purple. HEX triplet: 6D, 05 and 62. RGB value is (109,5,98). Sum of RGB (Red+Green+Blue) = 109+5+98=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0562 is #92FA9D. Grayscale: #2E2E2E. Windows color (decimal): -9632414 or 6423917. OLE color: 6423917.

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

Color convert

RGB 109 5 98 -
CMYK 0 0.95 0.10 0.57
HSL 306.35º 0.91% 0.22% -
HSV(B) 306.35º 0.95% 0.43% -
XYZ 8.57 4.24 11.92 -
YUV 46.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 109 5 98 0 0.95 0.10 0.57 306.35 0.91 0.22
Hex 6D 5 62 0 5F A 39 132 5B 16
Octal 155 5 142 0 137 12 71 462 133 26
Binary 1101101 101 1100010 0 1011111 1010 111001 100110010 1011011 10110

Color Harmonies of #6D0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0562

Black with #6D0562

Text Example


Text Example

White with #6D0562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,5,98); }

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

background-color css

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

 a { background-color: rgb(109,5,98); }

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

border-color css

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

 span { border-color: rgb(109,5,98); }

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