Html Css Color HEX #762595 Vivid Violet

📋 copy color: '#762595'

red 118 ◦ green 37 ◦ blue 149

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

Shades of Vivid Violet #762595

Tints of Vivid Violet #762595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 38.82%
G = 12.17%
B = 49.01%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762595 (or 0x762595) is known color: Vivid Violet. HEX triplet: 76, 25 and 95. RGB value is (118,37,149). Sum of RGB (Red+Green+Blue) = 118+37+149=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #762595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762595 is #89DA6A. Grayscale: #494949. Windows color (decimal): -9034347 or 9774454. OLE color: 9774454.

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

Color convert

RGB 118 37 149 -
CMYK 0.21 0.75 0 0.42
HSL 283.39º 0.6% 0.36% -
HSV(B) 283.39º 0.75% 0.58% -
XYZ 13.56 7.34 29.14 -
YUV 73.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 118 37 149 0.21 0.75 0 0.42 283.39 0.6 0.36
Hex 76 25 95 15 4B 0 2A 11B 3C 24
Octal 166 45 225 25 113 0 52 433 74 44
Binary 1110110 100101 10010101 10101 1001011 0 101010 100011011 111100 100100

Color Harmonies of #762595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762595

Black with #762595

Text Example


Text Example

White with #762595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762595; }

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

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

background-color css

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

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

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

border-color css

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

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

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