Html Css Color HEX #6C0487 Purple

📋 copy color: '#6C0487'

red 108 ◦ green 4 ◦ blue 135

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

Shades of Purple #6C0487

Tints of Purple #6C0487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 43.72%
G = 1.62%
B = 54.66%

CMYK

 C value IS 0.2

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C0487 (or 0x6C0487) is known color: Purple. HEX triplet: 6C, 04 and 87. RGB value is (108,4,135). Sum of RGB (Red+Green+Blue) = 108+4+135=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C0487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0487 is #93FB78. Grayscale: #313131. Windows color (decimal): -9698169 or 8848492. OLE color: 8848492.

HSL color Cylindrical-coordinate representation of color #6C0487: hue angle of 287.63º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0487 is Cyan = 0.2, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 4 135 -
CMYK 0.2 0.97 0 0.47
HSL 287.63º 0.94% 0.27% -
HSV(B) 287.63º 0.97% 0.53% -
XYZ 10.6 5.02 23.33 -
YUV 50.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 108 4 135 0.2 0.97 0 0.47 287.63 0.94 0.27
Hex 6C 4 87 14 61 0 2F 120 5E 1B
Octal 154 4 207 24 141 0 57 440 136 33
Binary 1101100 100 10000111 10100 1100001 0 101111 100100000 1011110 11011

Color Harmonies of #6C0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0487

Black with #6C0487

Text Example


Text Example

White with #6C0487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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