Html Css Color HEX #762B9A Vivid Violet

📋 copy color: '#762B9A'

red 118 ◦ green 43 ◦ blue 154

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

Shades of Vivid Violet #762B9A

Tints of Vivid Violet #762B9A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

 BLUE value IS 154 (60.55% from 255) = 48.89%

R = 37.46%
G = 13.65%
B = 48.89%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#762B9A (or 0x762B9A) is known color: Vivid Violet. HEX triplet: 76, 2B and 9A. RGB value is (118,43,154). Sum of RGB (Red+Green+Blue) = 118+43+154=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #762B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762B9A is #89D465. Grayscale: #4D4D4D. Windows color (decimal): -9032806 or 10103670. OLE color: 10103670.

HSL color Cylindrical-coordinate representation of color #762B9A: hue angle of 280.54º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762B9A is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 43 154 -
CMYK 0.23 0.72 0 0.40
HSL 280.54º 0.56% 0.39% -
HSV(B) 280.54º 0.72% 0.6% -
XYZ 14.17 7.91 31.35 -
YUV 78.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 118 43 154 0.23 0.72 0 0.40 280.54 0.56 0.39
Hex 76 2B 9A 17 48 0 28 119 38 27
Octal 166 53 232 27 110 0 50 431 70 47
Binary 1110110 101011 10011010 10111 1001000 0 101000 100011001 111000 100111

Color Harmonies of #762B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B9A

Black with #762B9A

Text Example


Text Example

White with #762B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,154); }

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

background-color css

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

 a { background-color: rgb(118,43,154); }

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

border-color css

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

 span { border-color: rgb(118,43,154); }

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