Html Css Color HEX #6C0D78 Purple

📋 copy color: '#6C0D78'

red 108 ◦ green 13 ◦ blue 120

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

Shades of Purple #6C0D78

Tints of Purple #6C0D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.79%

R = 44.81%
G = 5.39%
B = 49.79%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C0D78 (or 0x6C0D78) is known color: Purple. HEX triplet: 6C, 0D and 78. RGB value is (108,13,120). Sum of RGB (Red+Green+Blue) = 108+13+120=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C0D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0D78 is #93F287. Grayscale: #353535. Windows color (decimal): -9695880 or 7867756. OLE color: 7867756.

HSL color Cylindrical-coordinate representation of color #6C0D78: hue angle of 293.27º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C0D78 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 13 120 -
CMYK 0.10 0.89 0 0.53
HSL 293.27º 0.8% 0.26% -
HSV(B) 293.27º 0.89% 0.47% -
XYZ 9.72 4.83 18.19 -
YUV 53.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 108 13 120 0.10 0.89 0 0.53 293.27 0.8 0.26
Hex 6C D 78 A 59 0 35 125 50 1A
Octal 154 15 170 12 131 0 65 445 120 32
Binary 1101100 1101 1111000 1010 1011001 0 110101 100100101 1010000 11010

Color Harmonies of #6C0D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0D78

Black with #6C0D78

Text Example


Text Example

White with #6C0D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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