Html Css Color HEX #6C026C Purple

📋 copy color: '#6C026C'

red 108 ◦ green 2 ◦ blue 108

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

Shades of Purple #6C026C

Tints of Purple #6C026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 108 (42.58% from 255) = 49.54%

R = 49.54%
G = 0.92%
B = 49.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6C026C (or 0x6C026C) is known color: Purple. HEX triplet: 6C, 02 and 6C. RGB value is (108,2,108). Sum of RGB (Red+Green+Blue) = 108+2+108=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: red, blue. Hex color #6C026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C026C is #93FD93. Grayscale: #2D2D2D. Windows color (decimal): -9698708 or 7078508. OLE color: 7078508.

HSL color Cylindrical-coordinate representation of color #6C026C: hue angle of 300º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C026C is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 2 108 -
CMYK 0 0.98 0 0.58
HSL 300º 0.96% 0.22% -
HSV(B) 300º 0.98% 0.42% -
XYZ 8.91 4.31 14.55 -
YUV 45.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 108 2 108 0 0.98 0 0.58 300 0.96 0.22
Hex 6C 2 6C 0 62 0 3A 12C 60 16
Octal 154 2 154 0 142 0 72 454 140 26
Binary 1101100 10 1101100 0 1100010 0 111010 100101100 1100000 10110

Color Harmonies of #6C026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C026C

Black with #6C026C

Text Example


Text Example

White with #6C026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,108); }

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

background-color css

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

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

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

border-color css

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

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

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