Html Css Color HEX #763598 Vivid Violet

📋 copy color: '#763598'

red 118 ◦ green 53 ◦ blue 152

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

Shades of Vivid Violet #763598

Tints of Vivid Violet #763598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 152 (59.77% from 255) = 47.06%

R = 36.53%
G = 16.41%
B = 47.06%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#763598 (or 0x763598) is known color: Vivid Violet. HEX triplet: 76, 35 and 98. RGB value is (118,53,152). Sum of RGB (Red+Green+Blue) = 118+53+152=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #763598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763598 is #89CA67. Grayscale: #535353. Windows color (decimal): -9030248 or 9975158. OLE color: 9975158.

HSL color Cylindrical-coordinate representation of color #763598: hue angle of 279.39º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763598 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 53 152 -
CMYK 0.22 0.65 0 0.40
HSL 279.39º 0.48% 0.4% -
HSV(B) 279.39º 0.65% 0.6% -
XYZ 14.41 8.66 30.62 -
YUV 83.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 118 53 152 0.22 0.65 0 0.40 279.39 0.48 0.4
Hex 76 35 98 16 41 0 28 117 30 28
Octal 166 65 230 26 101 0 50 427 60 50
Binary 1110110 110101 10011000 10110 1000001 0 101000 100010111 110000 101000

Color Harmonies of #763598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763598

Black with #763598

Text Example


Text Example

White with #763598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763598; }

 p { color: rgb(118,53,152); }

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

background-color css

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

 a { background-color: rgb(118,53,152); }

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

border-color css

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

 span { border-color: rgb(118,53,152); }

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