Html Css Color HEX #762495 Vivid Violet

📋 copy color: '#762495'

red 118 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #762495

Tints of Vivid Violet #762495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 38.94%
G = 11.88%
B = 49.17%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762495 (or 0x762495) is known color: Vivid Violet. HEX triplet: 76, 24 and 95. RGB value is (118,36,149). Sum of RGB (Red+Green+Blue) = 118+36+149=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #762495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762495 is #89DB6A. Grayscale: #494949. Windows color (decimal): -9034603 or 9774198. OLE color: 9774198.

HSL color Cylindrical-coordinate representation of color #762495: hue angle of 283.54º degrees, saturation: 0.61, 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 #762495 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 36 149 -
CMYK 0.21 0.76 0 0.42
HSL 283.54º 0.61% 0.36% -
HSV(B) 283.54º 0.76% 0.58% -
XYZ 13.53 7.28 29.13 -
YUV 73.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 118 36 149 0.21 0.76 0 0.42 283.54 0.61 0.36
Hex 76 24 95 15 4C 0 2A 11C 3D 24
Octal 166 44 225 25 114 0 52 434 75 44
Binary 1110110 100100 10010101 10101 1001100 0 101010 100011100 111101 100100

Color Harmonies of #762495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762495

Black with #762495

Text Example


Text Example

White with #762495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762495; }

 p { color: rgb(118,36,149); }

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

background-color css

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

 a { background-color: rgb(118,36,149); }

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

border-color css

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

 span { border-color: rgb(118,36,149); }

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