Html Css Color HEX #762F9B Vivid Violet

📋 copy color: '#762F9B'

red 118 ◦ green 47 ◦ blue 155

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

Shades of Vivid Violet #762F9B

Tints of Vivid Violet #762F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 36.88%
G = 14.69%
B = 48.44%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#762F9B (or 0x762F9B) is known color: Vivid Violet. HEX triplet: 76, 2F and 9B. RGB value is (118,47,155). Sum of RGB (Red+Green+Blue) = 118+47+155=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #762F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F9B is #89D064. Grayscale: #505050. Windows color (decimal): -9031781 or 10170230. OLE color: 10170230.

HSL color Cylindrical-coordinate representation of color #762F9B: hue angle of 279.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762F9B is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 47 155 -
CMYK 0.24 0.70 0 0.39
HSL 279.44º 0.53% 0.4% -
HSV(B) 279.44º 0.7% 0.61% -
XYZ 14.4 8.25 31.84 -
YUV 80.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 118 47 155 0.24 0.70 0 0.39 279.44 0.53 0.4
Hex 76 2F 9B 18 46 0 27 117 35 28
Octal 166 57 233 30 106 0 47 427 65 50
Binary 1110110 101111 10011011 11000 1000110 0 100111 100010111 110101 101000

Color Harmonies of #762F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F9B

Black with #762F9B

Text Example


Text Example

White with #762F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762F9B; }

 p { color: rgb(118,47,155); }

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

background-color css

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

 a { background-color: rgb(118,47,155); }

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

border-color css

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

 span { border-color: rgb(118,47,155); }

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