Html Css Color HEX #762995 Vivid Violet

📋 copy color: '#762995'

red 118 ◦ green 41 ◦ blue 149

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

Shades of Vivid Violet #762995

Tints of Vivid Violet #762995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 38.31%
G = 13.31%
B = 48.38%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762995 (or 0x762995) is known color: Vivid Violet. HEX triplet: 76, 29 and 95. RGB value is (118,41,149). Sum of RGB (Red+Green+Blue) = 118+41+149=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #762995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762995 is #89D66A. Grayscale: #4B4B4B. Windows color (decimal): -9033323 or 9775478. OLE color: 9775478.

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

Color convert

RGB 118 41 149 -
CMYK 0.21 0.72 0 0.42
HSL 282.78º 0.57% 0.37% -
HSV(B) 282.78º 0.72% 0.58% -
XYZ 13.69 7.61 29.18 -
YUV 76.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 118 41 149 0.21 0.72 0 0.42 282.78 0.57 0.37
Hex 76 29 95 15 48 0 2A 11B 39 25
Octal 166 51 225 25 110 0 52 433 71 45
Binary 1110110 101001 10010101 10101 1001000 0 101010 100011011 111001 100101

Color Harmonies of #762995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762995

Black with #762995

Text Example


Text Example

White with #762995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762995; }

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

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

background-color css

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

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

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

border-color css

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

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

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