Html Css Color HEX #762399 Vivid Violet

📋 copy color: '#762399'

red 118 ◦ green 35 ◦ blue 153

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

Shades of Vivid Violet #762399

Tints of Vivid Violet #762399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 38.56%
G = 11.44%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#762399 (or 0x762399) is known color: Vivid Violet. HEX triplet: 76, 23 and 99. RGB value is (118,35,153). Sum of RGB (Red+Green+Blue) = 118+35+153=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #762399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762399 is #89DC66. Grayscale: #484848. Windows color (decimal): -9034855 or 10036086. OLE color: 10036086.

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

Color convert

RGB 118 35 153 -
CMYK 0.23 0.77 0 0.4
HSL 282.2º 0.63% 0.37% -
HSV(B) 282.2º 0.77% 0.6% -
XYZ 13.82 7.35 30.83 -
YUV 73.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 118 35 153 0.23 0.77 0 0.4 282.2 0.63 0.37
Hex 76 23 99 17 4D 0 28 11A 3F 25
Octal 166 43 231 27 115 0 50 432 77 45
Binary 1110110 100011 10011001 10111 1001101 0 101000 100011010 111111 100101

Color Harmonies of #762399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762399

Black with #762399

Text Example


Text Example

White with #762399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762399; }

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

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

background-color css

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

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

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

border-color css

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

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

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