Html Css Color HEX #6C057C Purple

📋 copy color: '#6C057C'

red 108 ◦ green 5 ◦ blue 124

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

Shades of Purple #6C057C

Tints of Purple #6C057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 45.57%
G = 2.11%
B = 52.32%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C057C (or 0x6C057C) is known color: Purple. HEX triplet: 6C, 05 and 7C. RGB value is (108,5,124). Sum of RGB (Red+Green+Blue) = 108+5+124=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C057C is #93FA83. Grayscale: #303030. Windows color (decimal): -9697924 or 8127852. OLE color: 8127852.

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

Color convert

RGB 108 5 124 -
CMYK 0.13 0.96 0 0.51
HSL 291.93º 0.92% 0.25% -
HSV(B) 291.93º 0.96% 0.49% -
XYZ 9.88 4.75 19.47 -
YUV 49.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 108 5 124 0.13 0.96 0 0.51 291.93 0.92 0.25
Hex 6C 5 7C D 60 0 33 124 5C 19
Octal 154 5 174 15 140 0 63 444 134 31
Binary 1101100 101 1111100 1101 1100000 0 110011 100100100 1011100 11001

Color Harmonies of #6C057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C057C

Black with #6C057C

Text Example


Text Example

White with #6C057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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