Html Css Color HEX #761592 Purple

📋 copy color: '#761592'

red 118 ◦ green 21 ◦ blue 146

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

Shades of Purple #761592

Tints of Purple #761592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

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

R = 41.4%
G = 7.37%
B = 51.23%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#761592 (or 0x761592) is known color: Purple. HEX triplet: 76, 15 and 92. RGB value is (118,21,146). Sum of RGB (Red+Green+Blue) = 118+21+146=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #761592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761592 is #89EA6D. Grayscale: #3F3F3F. Windows color (decimal): -9038446 or 9573750. OLE color: 9573750.

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

Color convert

RGB 118 21 146 -
CMYK 0.19 0.86 0 0.43
HSL 286.56º 0.75% 0.33% -
HSV(B) 286.56º 0.86% 0.57% -
XYZ 12.93 6.46 27.76 -
YUV 64.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 118 21 146 0.19 0.86 0 0.43 286.56 0.75 0.33
Hex 76 15 92 13 56 0 2B 11F 4B 21
Octal 166 25 222 23 126 0 53 437 113 41
Binary 1110110 10101 10010010 10011 1010110 0 101011 100011111 1001011 100001

Color Harmonies of #761592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761592

Black with #761592

Text Example


Text Example

White with #761592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761592; }

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

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

background-color css

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

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

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

border-color css

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

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

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