Html Css Color HEX #6C1078 Purple

📋 copy color: '#6C1078'

red 108 ◦ green 16 ◦ blue 120

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

Shades of Purple #6C1078

Tints of Purple #6C1078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 44.26%
G = 6.56%
B = 49.18%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C1078 (or 0x6C1078) is known color: Purple. HEX triplet: 6C, 10 and 78. RGB value is (108,16,120). Sum of RGB (Red+Green+Blue) = 108+16+120=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C1078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1078 is #93EF87. Grayscale: #373737. Windows color (decimal): -9695112 or 7868524. OLE color: 7868524.

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

Color convert

RGB 108 16 120 -
CMYK 0.10 0.87 0 0.53
HSL 293.08º 0.76% 0.27% -
HSV(B) 293.08º 0.87% 0.47% -
XYZ 9.76 4.91 18.2 -
YUV 55.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 108 16 120 0.10 0.87 0 0.53 293.08 0.76 0.27
Hex 6C 10 78 A 57 0 35 125 4C 1B
Octal 154 20 170 12 127 0 65 445 114 33
Binary 1101100 10000 1111000 1010 1010111 0 110101 100100101 1001100 11011

Color Harmonies of #6C1078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1078

Black with #6C1078

Text Example


Text Example

White with #6C1078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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