Html Css Color HEX #6C0B93 Purple

📋 copy color: '#6C0B93'

red 108 ◦ green 11 ◦ blue 147

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

Shades of Purple #6C0B93

Tints of Purple #6C0B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

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

R = 40.6%
G = 4.14%
B = 55.26%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C0B93 (or 0x6C0B93) is known color: Purple. HEX triplet: 6C, 0B and 93. RGB value is (108,11,147). Sum of RGB (Red+Green+Blue) = 108+11+147=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C0B93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0B93 is #93F46C. Grayscale: #373737. Windows color (decimal): -9696365 or 9636716. OLE color: 9636716.

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

Color convert

RGB 108 11 147 -
CMYK 0.27 0.93 0 0.42
HSL 282.79º 0.86% 0.31% -
HSV(B) 282.79º 0.93% 0.58% -
XYZ 11.57 5.53 28.06 -
YUV 55.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 108 11 147 0.27 0.93 0 0.42 282.79 0.86 0.31
Hex 6C B 93 1B 5D 0 2A 11B 56 1F
Octal 154 13 223 33 135 0 52 433 126 37
Binary 1101100 1011 10010011 11011 1011101 0 101010 100011011 1010110 11111

Color Harmonies of #6C0B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0B93

Black with #6C0B93

Text Example


Text Example

White with #6C0B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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