Html Css Color HEX #760464 Purple

📋 copy color: '#760464'

red 118 ◦ green 4 ◦ blue 100

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

Shades of Purple #760464

Tints of Purple #760464

RGB

 RED value IS 118 (46.48% from 255) = 53.15%

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

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

R = 53.15%
G = 1.8%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#760464 (or 0x760464) is known color: Purple. HEX triplet: 76, 04 and 64. RGB value is (118,4,100). Sum of RGB (Red+Green+Blue) = 118+4+100=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760464 is #89FB9B. Grayscale: #303030. Windows color (decimal): -9042844 or 6554742. OLE color: 6554742.

HSL color Cylindrical-coordinate representation of color #760464: hue angle of 309.47º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760464 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 100 -
CMYK 0 0.97 0.15 0.54
HSL 309.47º 0.93% 0.24% -
HSV(B) 309.47º 0.97% 0.46% -
XYZ 9.81 4.86 12.48 -
YUV 49.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 118 4 100 0 0.97 0.15 0.54 309.47 0.93 0.24
Hex 76 4 64 0 61 F 36 135 5D 18
Octal 166 4 144 0 141 17 66 465 135 30
Binary 1110110 100 1100100 0 1100001 1111 110110 100110101 1011101 11000

Color Harmonies of #760464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760464

Black with #760464

Text Example


Text Example

White with #760464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760464; }

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

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

background-color css

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

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

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

border-color css

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

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

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