Html Css Color HEX #6C0399 Purple

📋 copy color: '#6C0399'

red 108 ◦ green 3 ◦ blue 153

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

Shades of Purple #6C0399

Tints of Purple #6C0399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 153 (60.16% from 255) = 57.95%

R = 40.91%
G = 1.14%
B = 57.95%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C0399 (or 0x6C0399) is known color: Purple. HEX triplet: 6C, 03 and 99. RGB value is (108,3,153). Sum of RGB (Red+Green+Blue) = 108+3+153=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C0399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0399 is #93FC66. Grayscale: #333333. Windows color (decimal): -9698407 or 10027884. OLE color: 10027884.

HSL color Cylindrical-coordinate representation of color #6C0399: hue angle of 282º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0399 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 3 153 -
CMYK 0.29 0.98 0 0.4
HSL 282º 0.96% 0.31% -
HSV(B) 282º 0.98% 0.6% -
XYZ 11.97 5.55 30.58 -
YUV 51.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 108 3 153 0.29 0.98 0 0.4 282 0.96 0.31
Hex 6C 3 99 1D 62 0 28 11A 60 1F
Octal 154 3 231 35 142 0 50 432 140 37
Binary 1101100 11 10011001 11101 1100010 0 101000 100011010 1100000 11111

Color Harmonies of #6C0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0399

Black with #6C0399

Text Example


Text Example

White with #6C0399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,153); }

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

background-color css

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

 a { background-color: rgb(108,3,153); }

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

border-color css

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

 span { border-color: rgb(108,3,153); }

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