Html Css Color HEX #6C0D8E Purple

📋 copy color: '#6C0D8E'

red 108 ◦ green 13 ◦ blue 142

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

Shades of Purple #6C0D8E

Tints of Purple #6C0D8E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.94%

 BLUE value IS 142 (55.86% from 255) = 53.99%

R = 41.06%
G = 4.94%
B = 53.99%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C0D8E (or 0x6C0D8E) is known color: Purple. HEX triplet: 6C, 0D and 8E. RGB value is (108,13,142). Sum of RGB (Red+Green+Blue) = 108+13+142=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C0D8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0D8E is #93F271. Grayscale: #373737. Windows color (decimal): -9695858 or 9309548. OLE color: 9309548.

HSL color Cylindrical-coordinate representation of color #6C0D8E: hue angle of 284.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C0D8E is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 13 142 -
CMYK 0.24 0.91 0 0.44
HSL 284.19º 0.83% 0.3% -
HSV(B) 284.19º 0.91% 0.56% -
XYZ 11.21 5.43 26.05 -
YUV 56.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 108 13 142 0.24 0.91 0 0.44 284.19 0.83 0.3
Hex 6C D 8E 18 5B 0 2C 11C 53 1E
Octal 154 15 216 30 133 0 54 434 123 36
Binary 1101100 1101 10001110 11000 1011011 0 101100 100011100 1010011 11110

Color Harmonies of #6C0D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0D8E

Black with #6C0D8E

Text Example


Text Example

White with #6C0D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,13,142); }

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

background-color css

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

 a { background-color: rgb(108,13,142); }

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

border-color css

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

 span { border-color: rgb(108,13,142); }

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