Html Css Color HEX #6C0882 Purple

📋 copy color: '#6C0882'

red 108 ◦ green 8 ◦ blue 130

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

Shades of Purple #6C0882

Tints of Purple #6C0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 43.9%
G = 3.25%
B = 52.85%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C0882 (or 0x6C0882) is known color: Purple. HEX triplet: 6C, 08 and 82. RGB value is (108,8,130). Sum of RGB (Red+Green+Blue) = 108+8+130=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C0882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0882 is #93F77D. Grayscale: #333333. Windows color (decimal): -9697150 or 8521836. OLE color: 8521836.

HSL color Cylindrical-coordinate representation of color #6C0882: hue angle of 289.18º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0882 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 8 130 -
CMYK 0.17 0.94 0 0.49
HSL 289.18º 0.88% 0.27% -
HSV(B) 289.18º 0.94% 0.51% -
XYZ 10.3 4.97 21.54 -
YUV 51.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 108 8 130 0.17 0.94 0 0.49 289.18 0.88 0.27
Hex 6C 8 82 11 5E 0 31 121 58 1B
Octal 154 10 202 21 136 0 61 441 130 33
Binary 1101100 1000 10000010 10001 1011110 0 110001 100100001 1011000 11011

Color Harmonies of #6C0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0882

Black with #6C0882

Text Example


Text Example

White with #6C0882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,8,130); }

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

background-color css

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

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

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

border-color css

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

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

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