Html Css Color HEX #762383 Vivid Violet

📋 copy color: '#762383'

red 118 ◦ green 35 ◦ blue 131

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

Shades of Vivid Violet #762383

Tints of Vivid Violet #762383

RGB

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

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

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

R = 41.55%
G = 12.32%
B = 46.13%

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

#762383 (or 0x762383) is known color: Vivid Violet. HEX triplet: 76, 23 and 83. RGB value is (118,35,131). Sum of RGB (Red+Green+Blue) = 118+35+131=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #762383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762383 is #89DC7C. Grayscale: #464646. Windows color (decimal): -9034877 or 8594294. OLE color: 8594294.

HSL color Cylindrical-coordinate representation of color #762383: hue angle of 291.88º degrees, saturation: 0.58, 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 #762383 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 35 131 -
CMYK 0.10 0.73 0 0.49
HSL 291.88º 0.58% 0.33% -
HSV(B) 291.88º 0.73% 0.51% -
XYZ 12.17 6.69 22.12 -
YUV 70.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 118 35 131 0.10 0.73 0 0.49 291.88 0.58 0.33
Hex 76 23 83 A 49 0 31 124 3A 21
Octal 166 43 203 12 111 0 61 444 72 41
Binary 1110110 100011 10000011 1010 1001001 0 110001 100100100 111010 100001

Color Harmonies of #762383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762383

Black with #762383

Text Example


Text Example

White with #762383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762383; }

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

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

background-color css

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

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

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

border-color css

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

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

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