Html Css Color HEX #760264 Purple

📋 copy color: '#760264'

red 118 ◦ green 2 ◦ blue 100

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

Shades of Purple #760264

Tints of Purple #760264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 53.64%
G = 0.91%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#760264 (or 0x760264) is known color: Purple. HEX triplet: 76, 02 and 64. RGB value is (118,2,100). Sum of RGB (Red+Green+Blue) = 118+2+100=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #760264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760264 is #89FD9B. Grayscale: #2F2F2F. Windows color (decimal): -9043356 or 6554230. OLE color: 6554230.

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

Color convert

RGB 118 2 100 -
CMYK 0 0.98 0.15 0.54
HSL 309.31º 0.97% 0.24% -
HSV(B) 309.31º 0.98% 0.46% -
XYZ 9.79 4.82 12.47 -
YUV 47.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 118 2 100 0 0.98 0.15 0.54 309.31 0.97 0.24
Hex 76 2 64 0 62 F 36 135 61 18
Octal 166 2 144 0 142 17 66 465 141 30
Binary 1110110 10 1100100 0 1100010 1111 110110 100110101 1100001 11000

Color Harmonies of #760264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760264

Black with #760264

Text Example


Text Example

White with #760264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760264; }

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

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

background-color css

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

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

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

border-color css

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

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

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