Html Css Color HEX #6C0572 Purple

📋 copy color: '#6C0572'

red 108 ◦ green 5 ◦ blue 114

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

Shades of Purple #6C0572

Tints of Purple #6C0572

RGB

 RED value IS 108 (42.58% from 255) = 47.58%

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 47.58%
G = 2.2%
B = 50.22%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C0572 (or 0x6C0572) is known color: Purple. HEX triplet: 6C, 05 and 72. RGB value is (108,5,114). Sum of RGB (Red+Green+Blue) = 108+5+114=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C0572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0572 is #93FA8D. Grayscale: #2F2F2F. Windows color (decimal): -9697934 or 7472492. OLE color: 7472492.

HSL color Cylindrical-coordinate representation of color #6C0572: hue angle of 296.7º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0572 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 5 114 -
CMYK 0.05 0.96 0 0.55
HSL 296.7º 0.92% 0.23% -
HSV(B) 296.7º 0.96% 0.45% -
XYZ 9.28 4.51 16.3 -
YUV 48.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 108 5 114 0.05 0.96 0 0.55 296.7 0.92 0.23
Hex 6C 5 72 5 60 0 37 129 5C 17
Octal 154 5 162 5 140 0 67 451 134 27
Binary 1101100 101 1110010 101 1100000 0 110111 100101001 1011100 10111

Color Harmonies of #6C0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0572

Black with #6C0572

Text Example


Text Example

White with #6C0572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,114); }

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

background-color css

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

 a { background-color: rgb(108,5,114); }

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

border-color css

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

 span { border-color: rgb(108,5,114); }

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