Html Css Color HEX #762394 Vivid Violet

📋 copy color: '#762394'

red 118 ◦ green 35 ◦ blue 148

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

Shades of Vivid Violet #762394

Tints of Vivid Violet #762394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 39.2%
G = 11.63%
B = 49.17%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762394 (or 0x762394) is known color: Vivid Violet. HEX triplet: 76, 23 and 94. RGB value is (118,35,148). Sum of RGB (Red+Green+Blue) = 118+35+148=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #762394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762394 is #89DC6B. Grayscale: #484848. Windows color (decimal): -9034860 or 9708406. OLE color: 9708406.

HSL color Cylindrical-coordinate representation of color #762394: hue angle of 284.07º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762394 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 35 148 -
CMYK 0.20 0.76 0 0.42
HSL 284.07º 0.62% 0.36% -
HSV(B) 284.07º 0.76% 0.58% -
XYZ 13.42 7.19 28.7 -
YUV 72.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 118 35 148 0.20 0.76 0 0.42 284.07 0.62 0.36
Hex 76 23 94 14 4C 0 2A 11C 3E 24
Octal 166 43 224 24 114 0 52 434 76 44
Binary 1110110 100011 10010100 10100 1001100 0 101010 100011100 111110 100100

Color Harmonies of #762394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762394

Black with #762394

Text Example


Text Example

White with #762394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762394; }

 p { color: rgb(118,35,148); }

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

background-color css

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

 a { background-color: rgb(118,35,148); }

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

border-color css

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

 span { border-color: rgb(118,35,148); }

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