Html Css Color HEX #6D0D58 Palatinate Purple

📋 copy color: '#6D0D58'

red 109 ◦ green 13 ◦ blue 88

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

Shades of Palatinate Purple #6D0D58

Tints of Palatinate Purple #6D0D58

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.19%

 BLUE value IS 88 (34.77% from 255) = 41.9%

R = 51.9%
G = 6.19%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D0D58 (or 0x6D0D58) is known color: Palatinate Purple. HEX triplet: 6D, 0D and 58. RGB value is (109,13,88). Sum of RGB (Red+Green+Blue) = 109+13+88=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0D58 is #92F2A7. Grayscale: #323232. Windows color (decimal): -9630376 or 5770605. OLE color: 5770605.

HSL color Cylindrical-coordinate representation of color #6D0D58: hue angle of 313.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0D58 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 13 88 -
CMYK 0 0.88 0.19 0.57
HSL 313.13º 0.79% 0.24% -
HSV(B) 313.13º 0.88% 0.43% -
XYZ 8.21 4.24 9.62 -
YUV 50.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 109 13 88 0 0.88 0.19 0.57 313.13 0.79 0.24
Hex 6D D 58 0 58 13 39 139 4F 18
Octal 155 15 130 0 130 23 71 471 117 30
Binary 1101101 1101 1011000 0 1011000 10011 111001 100111001 1001111 11000

Color Harmonies of #6D0D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0D58

Black with #6D0D58

Text Example


Text Example

White with #6D0D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,13,88); }

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

background-color css

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

 a { background-color: rgb(109,13,88); }

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

border-color css

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

 span { border-color: rgb(109,13,88); }

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