Html Css Color HEX #762298 Vivid Violet

📋 copy color: '#762298'

red 118 ◦ green 34 ◦ blue 152

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

Shades of Vivid Violet #762298

Tints of Vivid Violet #762298

RGB

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

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

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

R = 38.82%
G = 11.18%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#762298 (or 0x762298) is known color: Vivid Violet. HEX triplet: 76, 22 and 98. RGB value is (118,34,152). Sum of RGB (Red+Green+Blue) = 118+34+152=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #762298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762298 is #89DD67. Grayscale: #484848. Windows color (decimal): -9035112 or 9970294. OLE color: 9970294.

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

Color convert

RGB 118 34 152 -
CMYK 0.22 0.78 0 0.40
HSL 282.71º 0.63% 0.36% -
HSV(B) 282.71º 0.78% 0.6% -
XYZ 13.71 7.26 30.38 -
YUV 72.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 118 34 152 0.22 0.78 0 0.40 282.71 0.63 0.36
Hex 76 22 98 16 4E 0 28 11B 3F 24
Octal 166 42 230 26 116 0 50 433 77 44
Binary 1110110 100010 10011000 10110 1001110 0 101000 100011011 111111 100100

Color Harmonies of #762298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762298

Black with #762298

Text Example


Text Example

White with #762298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762298; }

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

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

background-color css

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

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

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

border-color css

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

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

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