Html Css Color HEX #762092 Vivid Violet

📋 copy color: '#762092'

red 118 ◦ green 32 ◦ blue 146

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

Shades of Vivid Violet #762092

Tints of Vivid Violet #762092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 39.86%
G = 10.81%
B = 49.32%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#762092 (or 0x762092) is known color: Vivid Violet. HEX triplet: 76, 20 and 92. RGB value is (118,32,146). Sum of RGB (Red+Green+Blue) = 118+32+146=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #762092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762092 is #89DF6D. Grayscale: #464646. Windows color (decimal): -9035630 or 9576566. OLE color: 9576566.

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

Color convert

RGB 118 32 146 -
CMYK 0.19 0.78 0 0.43
HSL 285.26º 0.64% 0.35% -
HSV(B) 285.26º 0.78% 0.57% -
XYZ 13.18 6.96 27.84 -
YUV 70.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 118 32 146 0.19 0.78 0 0.43 285.26 0.64 0.35
Hex 76 20 92 13 4E 0 2B 11D 40 23
Octal 166 40 222 23 116 0 53 435 100 43
Binary 1110110 100000 10010010 10011 1001110 0 101011 100011101 1000000 100011

Color Harmonies of #762092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762092

Black with #762092

Text Example


Text Example

White with #762092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762092; }

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

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

background-color css

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

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

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

border-color css

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

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

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