Html Css Color HEX #6C0C93 Purple

📋 copy color: '#6C0C93'

red 108 ◦ green 12 ◦ blue 147

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

Shades of Purple #6C0C93

Tints of Purple #6C0C93

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 40.45%
G = 4.49%
B = 55.06%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C0C93 (or 0x6C0C93) is known color: Purple. HEX triplet: 6C, 0C and 93. RGB value is (108,12,147). Sum of RGB (Red+Green+Blue) = 108+12+147=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C0C93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0C93 is #93F36C. Grayscale: #373737. Windows color (decimal): -9696109 or 9636972. OLE color: 9636972.

HSL color Cylindrical-coordinate representation of color #6C0C93: hue angle of 282.67º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0C93 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 12 147 -
CMYK 0.27 0.92 0 0.42
HSL 282.67º 0.85% 0.31% -
HSV(B) 282.67º 0.92% 0.58% -
XYZ 11.58 5.56 28.07 -
YUV 56.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 108 12 147 0.27 0.92 0 0.42 282.67 0.85 0.31
Hex 6C C 93 1B 5C 0 2A 11B 55 1F
Octal 154 14 223 33 134 0 52 433 125 37
Binary 1101100 1100 10010011 11011 1011100 0 101010 100011011 1010101 11111

Color Harmonies of #6C0C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0C93

Black with #6C0C93

Text Example


Text Example

White with #6C0C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,12,147); }

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

background-color css

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

 a { background-color: rgb(108,12,147); }

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

border-color css

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

 span { border-color: rgb(108,12,147); }

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