Html Css Color HEX #6D0564 Purple

📋 copy color: '#6D0564'

red 109 ◦ green 5 ◦ blue 100

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

Shades of Purple #6D0564

Tints of Purple #6D0564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 50.93%
G = 2.34%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D0564 (or 0x6D0564) is known color: Purple. HEX triplet: 6D, 05 and 64. RGB value is (109,5,100). Sum of RGB (Red+Green+Blue) = 109+5+100=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0564 is #92FA9B. Grayscale: #2E2E2E. Windows color (decimal): -9632412 or 6554989. OLE color: 6554989.

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

Color convert

RGB 109 5 100 -
CMYK 0 0.95 0.08 0.57
HSL 305.19º 0.91% 0.22% -
HSV(B) 305.19º 0.95% 0.43% -
XYZ 8.66 4.28 12.43 -
YUV 46.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 109 5 100 0 0.95 0.08 0.57 305.19 0.91 0.22
Hex 6D 5 64 0 5F 8 39 131 5B 16
Octal 155 5 144 0 137 10 71 461 133 26
Binary 1101101 101 1100100 0 1011111 1000 111001 100110001 1011011 10110

Color Harmonies of #6D0564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0564

Black with #6D0564

Text Example


Text Example

White with #6D0564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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