Html Css Color HEX #760192 Purple

📋 copy color: '#760192'

red 118 ◦ green 1 ◦ blue 146

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

Shades of Purple #760192

Tints of Purple #760192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 44.53%
G = 0.38%
B = 55.09%

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

#760192 (or 0x760192) is known color: Purple. HEX triplet: 76, 01 and 92. RGB value is (118,1,146). Sum of RGB (Red+Green+Blue) = 118+1+146=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #760192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760192 is #89FE6D. Grayscale: #343434. Windows color (decimal): -9043566 or 9568630. OLE color: 9568630.

HSL color Cylindrical-coordinate representation of color #760192: hue angle of 288.41º degrees, saturation: 0.99, 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 #760192 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 1 146 -
CMYK 0.19 0.99 0 0.43
HSL 288.41º 0.99% 0.29% -
HSV(B) 288.41º 0.99% 0.57% -
XYZ 12.67 5.95 27.67 -
YUV 52.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 118 1 146 0.19 0.99 0 0.43 288.41 0.99 0.29
Hex 76 1 92 13 63 0 2B 120 63 1D
Octal 166 1 222 23 143 0 53 440 143 35
Binary 1110110 1 10010010 10011 1100011 0 101011 100100000 1100011 11101

Color Harmonies of #760192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760192

Black with #760192

Text Example


Text Example

White with #760192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760192; }

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

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

background-color css

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

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

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

border-color css

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

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

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