Html Css Color HEX #760470 Purple

📋 copy color: '#760470'

red 118 ◦ green 4 ◦ blue 112

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

Shades of Purple #760470

Tints of Purple #760470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 50.43%
G = 1.71%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#760470 (or 0x760470) is known color: Purple. HEX triplet: 76, 04 and 70. RGB value is (118,4,112). Sum of RGB (Red+Green+Blue) = 118+4+112=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #760470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760470 is #89FB8F. Grayscale: #323232. Windows color (decimal): -9042832 or 7341174. OLE color: 7341174.

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

Color convert

RGB 118 4 112 -
CMYK 0 0.97 0.05 0.54
HSL 303.16º 0.93% 0.24% -
HSV(B) 303.16º 0.97% 0.46% -
XYZ 10.44 5.11 15.77 -
YUV 50.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 118 4 112 0 0.97 0.05 0.54 303.16 0.93 0.24
Hex 76 4 70 0 61 5 36 12F 5D 18
Octal 166 4 160 0 141 5 66 457 135 30
Binary 1110110 100 1110000 0 1100001 101 110110 100101111 1011101 11000

Color Harmonies of #760470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760470

Black with #760470

Text Example


Text Example

White with #760470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760470; }

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

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

background-color css

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

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

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

border-color css

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

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

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