Html Css Color HEX #6C0463 Purple

📋 copy color: '#6C0463'

red 108 ◦ green 4 ◦ blue 99

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

Shades of Purple #6C0463

Tints of Purple #6C0463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 51.18%
G = 1.9%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6C0463 (or 0x6C0463) is known color: Purple. HEX triplet: 6C, 04 and 63. RGB value is (108,4,99). Sum of RGB (Red+Green+Blue) = 108+4+99=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0463 is #93FB9C. Grayscale: #2D2D2D. Windows color (decimal): -9698205 or 6489196. OLE color: 6489196.

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

Color convert

RGB 108 4 99 -
CMYK 0 0.96 0.08 0.58
HSL 305.19º 0.93% 0.22% -
HSV(B) 305.19º 0.96% 0.42% -
XYZ 8.48 4.18 12.16 -
YUV 45.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 108 4 99 0 0.96 0.08 0.58 305.19 0.93 0.22
Hex 6C 4 63 0 60 8 3A 131 5D 16
Octal 154 4 143 0 140 10 72 461 135 26
Binary 1101100 100 1100011 0 1100000 1000 111010 100110001 1011101 10110

Color Harmonies of #6C0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0463

Black with #6C0463

Text Example


Text Example

White with #6C0463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,99); }

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

background-color css

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

 a { background-color: rgb(108,4,99); }

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

border-color css

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

 span { border-color: rgb(108,4,99); }

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