Html Css Color HEX #762893 Vivid Violet

📋 copy color: '#762893'

red 118 ◦ green 40 ◦ blue 147

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

Shades of Vivid Violet #762893

Tints of Vivid Violet #762893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

 BLUE value IS 147 (57.81% from 255) = 48.2%

R = 38.69%
G = 13.11%
B = 48.2%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762893 (or 0x762893) is known color: Vivid Violet. HEX triplet: 76, 28 and 93. RGB value is (118,40,147). Sum of RGB (Red+Green+Blue) = 118+40+147=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #762893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762893 is #89D76C. Grayscale: #4B4B4B. Windows color (decimal): -9033581 or 9644150. OLE color: 9644150.

HSL color Cylindrical-coordinate representation of color #762893: hue angle of 283.74º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762893 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 40 147 -
CMYK 0.20 0.73 0 0.42
HSL 283.74º 0.57% 0.37% -
HSV(B) 283.74º 0.73% 0.58% -
XYZ 13.5 7.48 28.34 -
YUV 75.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 118 40 147 0.20 0.73 0 0.42 283.74 0.57 0.37
Hex 76 28 93 14 49 0 2A 11C 39 25
Octal 166 50 223 24 111 0 52 434 71 45
Binary 1110110 101000 10010011 10100 1001001 0 101010 100011100 111001 100101

Color Harmonies of #762893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762893

Black with #762893

Text Example


Text Example

White with #762893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762893; }

 p { color: rgb(118,40,147); }

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

background-color css

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

 a { background-color: rgb(118,40,147); }

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

border-color css

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

 span { border-color: rgb(118,40,147); }

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