Html Css Color HEX #6C0072 Purple

📋 copy color: '#6C0072'

red 108 ◦ green 0 ◦ blue 114

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

Shades of Purple #6C0072

Tints of Purple #6C0072

RGB

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

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

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

R = 48.65%
G = 0%
B = 51.35%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C0072 (or 0x6C0072) is known color: Purple. HEX triplet: 6C, 00 and 72. RGB value is (108,0,114). Sum of RGB (Red+Green+Blue) = 108+0+114=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0072 is #93FF8D. Grayscale: #2C2C2C. Windows color (decimal): -9699214 or 7471212. OLE color: 7471212.

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

Color convert

RGB 108 0 114 -
CMYK 0.05 1 0 0.55
HSL 296.84º 1% 0.22% -
HSV(B) 296.84º 1% 0.45% -
XYZ 9.22 4.4 16.28 -
YUV 45.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 108 0 114 0.05 1 0 0.55 296.84 1 0.22
Hex 6C 0 72 5 64 0 37 129 64 16
Octal 154 0 162 5 144 0 67 451 144 26
Binary 1101100 0 1110010 101 1100100 0 110111 100101001 1100100 10110

Color Harmonies of #6C0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0072

Black with #6C0072

Text Example


Text Example

White with #6C0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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