Html Css Color HEX #760462 Purple

📋 copy color: '#760462'

red 118 ◦ green 4 ◦ blue 98

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

Shades of Purple #760462

Tints of Purple #760462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 53.64%
G = 1.82%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#760462 (or 0x760462) is known color: Purple. HEX triplet: 76, 04 and 62. RGB value is (118,4,98). Sum of RGB (Red+Green+Blue) = 118+4+98=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #760462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760462 is #89FB9D. Grayscale: #303030. Windows color (decimal): -9042846 or 6423670. OLE color: 6423670.

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

Color convert

RGB 118 4 98 -
CMYK 0 0.97 0.17 0.54
HSL 310.53º 0.93% 0.24% -
HSV(B) 310.53º 0.97% 0.46% -
XYZ 9.72 4.82 11.97 -
YUV 48.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 118 4 98 0 0.97 0.17 0.54 310.53 0.93 0.24
Hex 76 4 62 0 61 11 36 137 5D 18
Octal 166 4 142 0 141 21 66 467 135 30
Binary 1110110 100 1100010 0 1100001 10001 110110 100110111 1011101 11000

Color Harmonies of #760462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760462

Black with #760462

Text Example


Text Example

White with #760462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760462; }

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

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

background-color css

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

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

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

border-color css

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

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

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