Html Css Color HEX #762299 Vivid Violet

📋 copy color: '#762299'

red 118 ◦ green 34 ◦ blue 153

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

Shades of Vivid Violet #762299

Tints of Vivid Violet #762299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 38.69%
G = 11.15%
B = 50.16%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#762299 (or 0x762299) is known color: Vivid Violet. HEX triplet: 76, 22 and 99. RGB value is (118,34,153). Sum of RGB (Red+Green+Blue) = 118+34+153=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #762299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762299 is #89DD66. Grayscale: #484848. Windows color (decimal): -9035111 or 10035830. OLE color: 10035830.

HSL color Cylindrical-coordinate representation of color #762299: hue angle of 282.35º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762299 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 34 153 -
CMYK 0.23 0.78 0 0.4
HSL 282.35º 0.64% 0.37% -
HSV(B) 282.35º 0.78% 0.6% -
XYZ 13.79 7.3 30.82 -
YUV 72.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 118 34 153 0.23 0.78 0 0.4 282.35 0.64 0.37
Hex 76 22 99 17 4E 0 28 11A 40 25
Octal 166 42 231 27 116 0 50 432 100 45
Binary 1110110 100010 10011001 10111 1001110 0 101000 100011010 1000000 100101

Color Harmonies of #762299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762299

Black with #762299

Text Example


Text Example

White with #762299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762299; }

 p { color: rgb(118,34,153); }

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

background-color css

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

 a { background-color: rgb(118,34,153); }

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

border-color css

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

 span { border-color: rgb(118,34,153); }

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