Html Css Color HEX #6C0464 Purple

📋 copy color: '#6C0464'

red 108 ◦ green 4 ◦ blue 100

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

Shades of Purple #6C0464

Tints of Purple #6C0464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.17%

R = 50.94%
G = 1.89%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6C0464 (or 0x6C0464) is known color: Purple. HEX triplet: 6C, 04 and 64. RGB value is (108,4,100). Sum of RGB (Red+Green+Blue) = 108+4+100=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0464 is #93FB9B. Grayscale: #2D2D2D. Windows color (decimal): -9698204 or 6554732. OLE color: 6554732.

HSL color Cylindrical-coordinate representation of color #6C0464: hue angle of 304.62º 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 #6C0464 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 4 100 -
CMYK 0 0.96 0.07 0.58
HSL 304.62º 0.93% 0.22% -
HSV(B) 304.62º 0.96% 0.42% -
XYZ 8.53 4.2 12.42 -
YUV 46.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 108 4 100 0 0.96 0.07 0.58 304.62 0.93 0.22
Hex 6C 4 64 0 60 7 3A 131 5D 16
Octal 154 4 144 0 140 7 72 461 135 26
Binary 1101100 100 1100100 0 1100000 111 111010 100110001 1011101 10110

Color Harmonies of #6C0464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0464

Black with #6C0464

Text Example


Text Example

White with #6C0464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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