Html Css Color HEX #6C047D Purple

📋 copy color: '#6C047D'

red 108 ◦ green 4 ◦ blue 125

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

Shades of Purple #6C047D

Tints of Purple #6C047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.74%

R = 45.57%
G = 1.69%
B = 52.74%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C047D (or 0x6C047D) is known color: Purple. HEX triplet: 6C, 04 and 7D. RGB value is (108,4,125). Sum of RGB (Red+Green+Blue) = 108+4+125=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C047D is #93FB82. Grayscale: #303030. Windows color (decimal): -9698179 or 8193132. OLE color: 8193132.

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

Color convert

RGB 108 4 125 -
CMYK 0.14 0.97 0 0.51
HSL 291.57º 0.94% 0.25% -
HSV(B) 291.57º 0.97% 0.49% -
XYZ 9.93 4.76 19.8 -
YUV 48.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 108 4 125 0.14 0.97 0 0.51 291.57 0.94 0.25
Hex 6C 4 7D E 61 0 33 124 5E 19
Octal 154 4 175 16 141 0 63 444 136 31
Binary 1101100 100 1111101 1110 1100001 0 110011 100100100 1011110 11001

Color Harmonies of #6C047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C047D

Black with #6C047D

Text Example


Text Example

White with #6C047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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