Html Css Color HEX #6D2569 Palatinate Purple

📋 copy color: '#6D2569'

red 109 ◦ green 37 ◦ blue 105

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

Shades of Palatinate Purple #6D2569

Tints of Palatinate Purple #6D2569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 43.43%
G = 14.74%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D2569 (or 0x6D2569) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 69. RGB value is (109,37,105). Sum of RGB (Red+Green+Blue) = 109+37+105=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2569 is #92DA96. Grayscale: #424242. Windows color (decimal): -9624215 or 6890861. OLE color: 6890861.

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

Color convert

RGB 109 37 105 -
CMYK 0 0.66 0.04 0.57
HSL 303.33º 0.49% 0.29% -
HSV(B) 303.33º 0.66% 0.43% -
XYZ 9.52 5.59 13.94 -
YUV 66.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 109 37 105 0 0.66 0.04 0.57 303.33 0.49 0.29
Hex 6D 25 69 0 42 4 39 12F 31 1D
Octal 155 45 151 0 102 4 71 457 61 35
Binary 1101101 100101 1101001 0 1000010 100 111001 100101111 110001 11101

Color Harmonies of #6D2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2569

Black with #6D2569

Text Example


Text Example

White with #6D2569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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