Html Css Color HEX #6C0978 Purple

📋 copy color: '#6C0978'

red 108 ◦ green 9 ◦ blue 120

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

Shades of Purple #6C0978

Tints of Purple #6C0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 45.57%
G = 3.8%
B = 50.63%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C0978 (or 0x6C0978) is known color: Purple. HEX triplet: 6C, 09 and 78. RGB value is (108,9,120). Sum of RGB (Red+Green+Blue) = 108+9+120=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C0978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0978 is #93F687. Grayscale: #323232. Windows color (decimal): -9696904 or 7866732. OLE color: 7866732.

HSL color Cylindrical-coordinate representation of color #6C0978: hue angle of 293.51º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0978 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 9 120 -
CMYK 0.10 0.92 0 0.53
HSL 293.51º 0.86% 0.25% -
HSV(B) 293.51º 0.93% 0.47% -
XYZ 9.67 4.74 18.17 -
YUV 51.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 108 9 120 0.10 0.92 0 0.53 293.51 0.86 0.25
Hex 6C 9 78 A 5C 0 35 126 56 19
Octal 154 11 170 12 134 0 65 446 126 31
Binary 1101100 1001 1111000 1010 1011100 0 110101 100100110 1010110 11001

Color Harmonies of #6C0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0978

Black with #6C0978

Text Example


Text Example

White with #6C0978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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