Html Css Color HEX #6D0B68 Palatinate Purple

📋 copy color: '#6D0B68'

red 109 ◦ green 11 ◦ blue 104

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

Shades of Palatinate Purple #6D0B68

Tints of Palatinate Purple #6D0B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.91%

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 48.66%
G = 4.91%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D0B68 (or 0x6D0B68) is known color: Palatinate Purple. HEX triplet: 6D, 0B and 68. RGB value is (109,11,104). Sum of RGB (Red+Green+Blue) = 109+11+104=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B68 is #92F497. Grayscale: #323232. Windows color (decimal): -9630872 or 6818669. OLE color: 6818669.

HSL color Cylindrical-coordinate representation of color #6D0B68: hue angle of 303.06º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B68 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 104 -
CMYK 0 0.90 0.05 0.57
HSL 303.06º 0.82% 0.24% -
HSV(B) 303.06º 0.9% 0.43% -
XYZ 8.93 4.49 13.49 -
YUV 50.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 109 11 104 0 0.90 0.05 0.57 303.06 0.82 0.24
Hex 6D B 68 0 5A 5 39 12F 52 18
Octal 155 13 150 0 132 5 71 457 122 30
Binary 1101101 1011 1101000 0 1011010 101 111001 100101111 1010010 11000

Color Harmonies of #6D0B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B68

Black with #6D0B68

Text Example


Text Example

White with #6D0B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,104); }

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

background-color css

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

 a { background-color: rgb(109,11,104); }

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

border-color css

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

 span { border-color: rgb(109,11,104); }

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