Html Css Color HEX #763298 Vivid Violet

📋 copy color: '#763298'

red 118 ◦ green 50 ◦ blue 152

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

Shades of Vivid Violet #763298

Tints of Vivid Violet #763298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

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

R = 36.88%
G = 15.63%
B = 47.5%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#763298 (or 0x763298) is known color: Vivid Violet. HEX triplet: 76, 32 and 98. RGB value is (118,50,152). Sum of RGB (Red+Green+Blue) = 118+50+152=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #763298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763298 is #89CD67. Grayscale: #515151. Windows color (decimal): -9031016 or 9974390. OLE color: 9974390.

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

Color convert

RGB 118 50 152 -
CMYK 0.22 0.67 0 0.40
HSL 280º 0.5% 0.4% -
HSV(B) 280º 0.67% 0.6% -
XYZ 14.28 8.4 30.57 -
YUV 81.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 118 50 152 0.22 0.67 0 0.40 280 0.5 0.4
Hex 76 32 98 16 43 0 28 118 32 28
Octal 166 62 230 26 103 0 50 430 62 50
Binary 1110110 110010 10011000 10110 1000011 0 101000 100011000 110010 101000

Color Harmonies of #763298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763298

Black with #763298

Text Example


Text Example

White with #763298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763298; }

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

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

background-color css

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

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

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

border-color css

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

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

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