Html Css Color HEX #760292 Purple

📋 copy color: '#760292'

red 118 ◦ green 2 ◦ blue 146

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

Shades of Purple #760292

Tints of Purple #760292

RGB

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

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

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

R = 44.36%
G = 0.75%
B = 54.89%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#760292 (or 0x760292) is known color: Purple. HEX triplet: 76, 02 and 92. RGB value is (118,2,146). Sum of RGB (Red+Green+Blue) = 118+2+146=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #760292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760292 is #89FD6D. Grayscale: #343434. Windows color (decimal): -9043310 or 9568886. OLE color: 9568886.

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

Color convert

RGB 118 2 146 -
CMYK 0.19 0.99 0 0.43
HSL 288.33º 0.97% 0.29% -
HSV(B) 288.33º 0.99% 0.57% -
XYZ 12.68 5.97 27.68 -
YUV 53.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 118 2 146 0.19 0.99 0 0.43 288.33 0.97 0.29
Hex 76 2 92 13 63 0 2B 120 61 1D
Octal 166 2 222 23 143 0 53 440 141 35
Binary 1110110 10 10010010 10011 1100011 0 101011 100100000 1100001 11101

Color Harmonies of #760292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760292

Black with #760292

Text Example


Text Example

White with #760292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760292; }

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

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

background-color css

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

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

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

border-color css

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

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

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