Html Css Color HEX #762398 Vivid Violet

📋 copy color: '#762398'

red 118 ◦ green 35 ◦ blue 152

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

Shades of Vivid Violet #762398

Tints of Vivid Violet #762398

RGB

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

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

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

R = 38.69%
G = 11.48%
B = 49.84%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#762398 (or 0x762398) is known color: Vivid Violet. HEX triplet: 76, 23 and 98. RGB value is (118,35,152). Sum of RGB (Red+Green+Blue) = 118+35+152=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #762398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762398 is #89DC67. Grayscale: #484848. Windows color (decimal): -9034856 or 9970550. OLE color: 9970550.

HSL color Cylindrical-coordinate representation of color #762398: hue angle of 282.56º 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 #762398 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 35 152 -
CMYK 0.22 0.77 0 0.40
HSL 282.56º 0.63% 0.37% -
HSV(B) 282.56º 0.77% 0.6% -
XYZ 13.74 7.32 30.39 -
YUV 73.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 118 35 152 0.22 0.77 0 0.40 282.56 0.63 0.37
Hex 76 23 98 16 4D 0 28 11B 3F 25
Octal 166 43 230 26 115 0 50 433 77 45
Binary 1110110 100011 10011000 10110 1001101 0 101000 100011011 111111 100101

Color Harmonies of #762398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762398

Black with #762398

Text Example


Text Example

White with #762398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762398; }

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

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

background-color css

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

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

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

border-color css

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

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

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