Html Css Color HEX #6C0582 Purple

📋 copy color: '#6C0582'

red 108 ◦ green 5 ◦ blue 130

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

Shades of Purple #6C0582

Tints of Purple #6C0582

RGB

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

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

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

R = 44.44%
G = 2.06%
B = 53.5%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C0582 (or 0x6C0582) is known color: Purple. HEX triplet: 6C, 05 and 82. RGB value is (108,5,130). Sum of RGB (Red+Green+Blue) = 108+5+130=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C0582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0582 is #93FA7D. Grayscale: #313131. Windows color (decimal): -9697918 or 8521068. OLE color: 8521068.

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

Color convert

RGB 108 5 130 -
CMYK 0.17 0.96 0 0.49
HSL 289.44º 0.93% 0.26% -
HSV(B) 289.44º 0.96% 0.51% -
XYZ 10.27 4.91 21.53 -
YUV 50.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 108 5 130 0.17 0.96 0 0.49 289.44 0.93 0.26
Hex 6C 5 82 11 60 0 31 121 5D 1A
Octal 154 5 202 21 140 0 61 441 135 32
Binary 1101100 101 10000010 10001 1100000 0 110001 100100001 1011101 11010

Color Harmonies of #6C0582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0582

Black with #6C0582

Text Example


Text Example

White with #6C0582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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