Html Css Color HEX #6D0064 Purple

📋 copy color: '#6D0064'

red 109 ◦ green 0 ◦ blue 100

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

Shades of Purple #6D0064

Tints of Purple #6D0064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.15%
G = 0%
B = 47.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D0064 (or 0x6D0064) is known color: Purple. HEX triplet: 6D, 00 and 64. RGB value is (109,0,100). Sum of RGB (Red+Green+Blue) = 109+0+100=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0064 is #92FF9B. Grayscale: #2B2B2B. Windows color (decimal): -9633692 or 6553709. OLE color: 6553709.

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

Color convert

RGB 109 0 100 -
CMYK 0 1 0.08 0.57
HSL 304.95º 1% 0.21% -
HSV(B) 304.95º 1% 0.43% -
XYZ 8.61 4.17 12.41 -
YUV 43.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 109 0 100 0 1 0.08 0.57 304.95 1 0.21
Hex 6D 0 64 0 64 8 39 131 64 15
Octal 155 0 144 0 144 10 71 461 144 25
Binary 1101101 0 1100100 0 1100100 1000 111001 100110001 1100100 10101

Color Harmonies of #6D0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0064

Black with #6D0064

Text Example


Text Example

White with #6D0064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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