Html Css Color HEX #73249F Vivid Violet

📋 copy color: '#73249F'

red 115 ◦ green 36 ◦ blue 159

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

Shades of Vivid Violet #73249F

Tints of Vivid Violet #73249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.29%

R = 37.1%
G = 11.61%
B = 51.29%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73249F (or 0x73249F) is known color: Vivid Violet. HEX triplet: 73, 24 and 9F. RGB value is (115,36,159). Sum of RGB (Red+Green+Blue) = 115+36+159=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #73249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73249F is #8CDB60. Grayscale: #494949. Windows color (decimal): -9231201 or 10429555. OLE color: 10429555.

HSL color Cylindrical-coordinate representation of color #73249F: hue angle of 278.54º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73249F is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 36 159 -
CMYK 0.28 0.77 0 0.38
HSL 278.54º 0.63% 0.38% -
HSV(B) 278.54º 0.77% 0.62% -
XYZ 13.96 7.41 33.5 -
YUV 73.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 115 36 159 0.28 0.77 0 0.38 278.54 0.63 0.38
Hex 73 24 9F 1C 4D 0 26 117 3F 26
Octal 163 44 237 34 115 0 46 427 77 46
Binary 1110011 100100 10011111 11100 1001101 0 100110 100010111 111111 100110

Color Harmonies of #73249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73249F

Black with #73249F

Text Example


Text Example

White with #73249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73249F; }

 p { color: rgb(115,36,159); }

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

background-color css

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

 a { background-color: rgb(115,36,159); }

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

border-color css

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

 span { border-color: rgb(115,36,159); }

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