Html Css Color HEX #760564 Purple

📋 copy color: '#760564'

red 118 ◦ green 5 ◦ blue 100

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

Shades of Purple #760564

Tints of Purple #760564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 52.91%
G = 2.24%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#760564 (or 0x760564) is known color: Purple. HEX triplet: 76, 05 and 64. RGB value is (118,5,100). Sum of RGB (Red+Green+Blue) = 118+5+100=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #760564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760564 is #89FA9B. Grayscale: #313131. Windows color (decimal): -9042588 or 6554998. OLE color: 6554998.

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

Color convert

RGB 118 5 100 -
CMYK 0 0.96 0.15 0.54
HSL 309.56º 0.92% 0.24% -
HSV(B) 309.56º 0.96% 0.46% -
XYZ 9.83 4.88 12.48 -
YUV 49.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 118 5 100 0 0.96 0.15 0.54 309.56 0.92 0.24
Hex 76 5 64 0 60 F 36 136 5C 18
Octal 166 5 144 0 140 17 66 466 134 30
Binary 1110110 101 1100100 0 1100000 1111 110110 100110110 1011100 11000

Color Harmonies of #760564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760564

Black with #760564

Text Example


Text Example

White with #760564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760564; }

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

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

background-color css

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

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

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

border-color css

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

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

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