Html Css Color HEX #760565 Purple

📋 copy color: '#760565'

red 118 ◦ green 5 ◦ blue 101

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

Shades of Purple #760565

Tints of Purple #760565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.09%

R = 52.68%
G = 2.23%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760565 (or 0x760565) is known color: Purple. HEX triplet: 76, 05 and 65. RGB value is (118,5,101). Sum of RGB (Red+Green+Blue) = 118+5+101=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760565 is #89FA9A. Grayscale: #313131. Windows color (decimal): -9042587 or 6620534. OLE color: 6620534.

HSL color Cylindrical-coordinate representation of color #760565: hue angle of 309.03º 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 #760565 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 101 -
CMYK 0 0.96 0.14 0.54
HSL 309.03º 0.92% 0.24% -
HSV(B) 309.03º 0.96% 0.46% -
XYZ 9.87 4.9 12.74 -
YUV 49.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 118 5 101 0 0.96 0.14 0.54 309.03 0.92 0.24
Hex 76 5 65 0 60 E 36 135 5C 18
Octal 166 5 145 0 140 16 66 465 134 30
Binary 1110110 101 1100101 0 1100000 1110 110110 100110101 1011100 11000

Color Harmonies of #760565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760565

Black with #760565

Text Example


Text Example

White with #760565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760565; }

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

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

background-color css

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

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

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

border-color css

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

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

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