Html Css Color HEX #6C0482 Purple

📋 copy color: '#6C0482'

red 108 ◦ green 4 ◦ blue 130

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

Shades of Purple #6C0482

Tints of Purple #6C0482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 44.63%
G = 1.65%
B = 53.72%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C0482 (or 0x6C0482) is known color: Purple. HEX triplet: 6C, 04 and 82. RGB value is (108,4,130). Sum of RGB (Red+Green+Blue) = 108+4+130=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C0482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0482 is #93FB7D. Grayscale: #313131. Windows color (decimal): -9698174 or 8520812. OLE color: 8520812.

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

Color convert

RGB 108 4 130 -
CMYK 0.17 0.97 0 0.49
HSL 289.52º 0.94% 0.26% -
HSV(B) 289.52º 0.97% 0.51% -
XYZ 10.26 4.89 21.52 -
YUV 49.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 108 4 130 0.17 0.97 0 0.49 289.52 0.94 0.26
Hex 6C 4 82 11 61 0 31 122 5E 1A
Octal 154 4 202 21 141 0 61 442 136 32
Binary 1101100 100 10000010 10001 1100001 0 110001 100100010 1011110 11010

Color Harmonies of #6C0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0482

Black with #6C0482

Text Example


Text Example

White with #6C0482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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