Html Css Color HEX #6D0570 Purple

📋 copy color: '#6D0570'

red 109 ◦ green 5 ◦ blue 112

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

Shades of Purple #6D0570

Tints of Purple #6D0570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 48.23%
G = 2.21%
B = 49.56%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D0570 (or 0x6D0570) is known color: Purple. HEX triplet: 6D, 05 and 70. RGB value is (109,5,112). Sum of RGB (Red+Green+Blue) = 109+5+112=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D0570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0570 is #92FA8F. Grayscale: #2F2F2F. Windows color (decimal): -9632400 or 7341421. OLE color: 7341421.

HSL color Cylindrical-coordinate representation of color #6D0570: hue angle of 298.32º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0570 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 5 112 -
CMYK 0.03 0.96 0 0.56
HSL 298.32º 0.91% 0.23% -
HSV(B) 298.32º 0.96% 0.44% -
XYZ 9.29 4.53 15.71 -
YUV 48.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 109 5 112 0.03 0.96 0 0.56 298.32 0.91 0.23
Hex 6D 5 70 3 60 0 38 12A 5B 17
Octal 155 5 160 3 140 0 70 452 133 27
Binary 1101101 101 1110000 11 1100000 0 111000 100101010 1011011 10111

Color Harmonies of #6D0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0570

Black with #6D0570

Text Example


Text Example

White with #6D0570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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