Html Css Color HEX #732990 Vivid Violet

📋 copy color: '#732990'

red 115 ◦ green 41 ◦ blue 144

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

Shades of Vivid Violet #732990

Tints of Vivid Violet #732990

RGB

 RED value IS 115 (45.31% from 255) = 38.33%

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 144 (56.64% from 255) = 48%

R = 38.33%
G = 13.67%
B = 48%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#732990 (or 0x732990) is known color: Vivid Violet. HEX triplet: 73, 29 and 90. RGB value is (115,41,144). Sum of RGB (Red+Green+Blue) = 115+41+144=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #732990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732990 is #8CD66F. Grayscale: #4A4A4A. Windows color (decimal): -9229936 or 9447795. OLE color: 9447795.

HSL color Cylindrical-coordinate representation of color #732990: hue angle of 283.11º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732990 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 41 144 -
CMYK 0.20 0.72 0 0.44
HSL 283.11º 0.56% 0.36% -
HSV(B) 283.11º 0.72% 0.56% -
XYZ 12.9 7.24 27.1 -
YUV 74.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 115 41 144 0.20 0.72 0 0.44 283.11 0.56 0.36
Hex 73 29 90 14 48 0 2C 11B 38 24
Octal 163 51 220 24 110 0 54 433 70 44
Binary 1110011 101001 10010000 10100 1001000 0 101100 100011011 111000 100100

Color Harmonies of #732990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732990

Black with #732990

Text Example


Text Example

White with #732990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732990; }

 p { color: rgb(115,41,144); }

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

background-color css

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

 a { background-color: rgb(115,41,144); }

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

border-color css

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

 span { border-color: rgb(115,41,144); }

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