Html Css Color HEX #760492 Purple

📋 copy color: '#760492'

red 118 ◦ green 4 ◦ blue 146

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

Shades of Purple #760492

Tints of Purple #760492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 44.03%
G = 1.49%
B = 54.48%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760492 (or 0x760492) is known color: Purple. HEX triplet: 76, 04 and 92. RGB value is (118,4,146). Sum of RGB (Red+Green+Blue) = 118+4+146=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #760492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760492 is #89FB6D. Grayscale: #353535. Windows color (decimal): -9042798 or 9569398. OLE color: 9569398.

HSL color Cylindrical-coordinate representation of color #760492: hue angle of 288.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760492 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 4 146 -
CMYK 0.19 0.97 0 0.43
HSL 288.17º 0.95% 0.29% -
HSV(B) 288.17º 0.97% 0.57% -
XYZ 12.7 6.01 27.69 -
YUV 54.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 118 4 146 0.19 0.97 0 0.43 288.17 0.95 0.29
Hex 76 4 92 13 61 0 2B 120 5F 1D
Octal 166 4 222 23 141 0 53 440 137 35
Binary 1110110 100 10010010 10011 1100001 0 101011 100100000 1011111 11101

Color Harmonies of #760492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760492

Black with #760492

Text Example


Text Example

White with #760492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760492; }

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

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

background-color css

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

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

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

border-color css

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

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

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