Html Css Color HEX #6D2562 Palatinate Purple

📋 copy color: '#6D2562'

red 109 ◦ green 37 ◦ blue 98

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

Shades of Palatinate Purple #6D2562

Tints of Palatinate Purple #6D2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.16%

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

R = 44.67%
G = 15.16%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D2562 (or 0x6D2562) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 62. RGB value is (109,37,98). Sum of RGB (Red+Green+Blue) = 109+37+98=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2562 is #92DA9D. Grayscale: #414141. Windows color (decimal): -9624222 or 6432109. OLE color: 6432109.

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

Color convert

RGB 109 37 98 -
CMYK 0 0.66 0.10 0.57
HSL 309.17º 0.49% 0.29% -
HSV(B) 309.17º 0.66% 0.43% -
XYZ 9.17 5.46 12.12 -
YUV 65.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 109 37 98 0 0.66 0.10 0.57 309.17 0.49 0.29
Hex 6D 25 62 0 42 A 39 135 31 1D
Octal 155 45 142 0 102 12 71 465 61 35
Binary 1101101 100101 1100010 0 1000010 1010 111001 100110101 110001 11101

Color Harmonies of #6D2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2562

Black with #6D2562

Text Example


Text Example

White with #6D2562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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