Html Css Color HEX #762483 Vivid Violet

📋 copy color: '#762483'

red 118 ◦ green 36 ◦ blue 131

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

Shades of Vivid Violet #762483

Tints of Vivid Violet #762483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 41.4%
G = 12.63%
B = 45.96%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762483 (or 0x762483) is known color: Vivid Violet. HEX triplet: 76, 24 and 83. RGB value is (118,36,131). Sum of RGB (Red+Green+Blue) = 118+36+131=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #762483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762483 is #89DB7C. Grayscale: #474747. Windows color (decimal): -9034621 or 8594550. OLE color: 8594550.

HSL color Cylindrical-coordinate representation of color #762483: hue angle of 291.79º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762483 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 36 131 -
CMYK 0.10 0.73 0 0.49
HSL 291.79º 0.57% 0.33% -
HSV(B) 291.79º 0.73% 0.51% -
XYZ 12.2 6.75 22.13 -
YUV 71.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 118 36 131 0.10 0.73 0 0.49 291.79 0.57 0.33
Hex 76 24 83 A 49 0 31 124 39 21
Octal 166 44 203 12 111 0 61 444 71 41
Binary 1110110 100100 10000011 1010 1001001 0 110001 100100100 111001 100001

Color Harmonies of #762483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762483

Black with #762483

Text Example


Text Example

White with #762483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762483; }

 p { color: rgb(118,36,131); }

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

background-color css

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

 a { background-color: rgb(118,36,131); }

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

border-color css

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

 span { border-color: rgb(118,36,131); }

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