Html Css Color HEX #760466 Purple

📋 copy color: '#760466'

red 118 ◦ green 4 ◦ blue 102

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

Shades of Purple #760466

Tints of Purple #760466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 52.68%
G = 1.79%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760466 (or 0x760466) is known color: Purple. HEX triplet: 76, 04 and 66. RGB value is (118,4,102). Sum of RGB (Red+Green+Blue) = 118+4+102=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760466 is #89FB99. Grayscale: #303030. Windows color (decimal): -9042842 or 6685814. OLE color: 6685814.

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

Color convert

RGB 118 4 102 -
CMYK 0 0.97 0.14 0.54
HSL 308.42º 0.93% 0.24% -
HSV(B) 308.42º 0.97% 0.46% -
XYZ 9.91 4.9 12.99 -
YUV 49.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 118 4 102 0 0.97 0.14 0.54 308.42 0.93 0.24
Hex 76 4 66 0 61 E 36 134 5D 18
Octal 166 4 146 0 141 16 66 464 135 30
Binary 1110110 100 1100110 0 1100001 1110 110110 100110100 1011101 11000

Color Harmonies of #760466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760466

Black with #760466

Text Example


Text Example

White with #760466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760466; }

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

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

background-color css

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

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

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

border-color css

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

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

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