Html Css Color HEX #6D0F64 Palatinate Purple

📋 copy color: '#6D0F64'

red 109 ◦ green 15 ◦ blue 100

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

Shades of Palatinate Purple #6D0F64

Tints of Palatinate Purple #6D0F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

 BLUE value IS 100 (39.45% from 255) = 44.64%

R = 48.66%
G = 6.7%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D0F64 (or 0x6D0F64) is known color: Palatinate Purple. HEX triplet: 6D, 0F and 64. RGB value is (109,15,100). Sum of RGB (Red+Green+Blue) = 109+15+100=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F64 is #92F09B. Grayscale: #343434. Windows color (decimal): -9629852 or 6557549. OLE color: 6557549.

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

Color convert

RGB 109 15 100 -
CMYK 0 0.86 0.08 0.57
HSL 305.74º 0.76% 0.24% -
HSV(B) 305.74º 0.86% 0.43% -
XYZ 8.78 4.51 12.47 -
YUV 52.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 109 15 100 0 0.86 0.08 0.57 305.74 0.76 0.24
Hex 6D F 64 0 56 8 39 132 4C 18
Octal 155 17 144 0 126 10 71 462 114 30
Binary 1101101 1111 1100100 0 1010110 1000 111001 100110010 1001100 11000

Color Harmonies of #6D0F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F64

Black with #6D0F64

Text Example


Text Example

White with #6D0F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,100); }

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

background-color css

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

 a { background-color: rgb(109,15,100); }

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

border-color css

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

 span { border-color: rgb(109,15,100); }

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