Html Css Color HEX #73249B Vivid Violet

📋 copy color: '#73249B'

red 115 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #73249B

Tints of Vivid Violet #73249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 37.58%
G = 11.76%
B = 50.65%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73249B (or 0x73249B) is known color: Vivid Violet. HEX triplet: 73, 24 and 9B. RGB value is (115,36,155). Sum of RGB (Red+Green+Blue) = 115+36+155=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #73249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73249B is #8CDB64. Grayscale: #484848. Windows color (decimal): -9231205 or 10167411. OLE color: 10167411.

HSL color Cylindrical-coordinate representation of color #73249B: hue angle of 279.83º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73249B is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 36 155 -
CMYK 0.26 0.77 0 0.39
HSL 279.83º 0.62% 0.37% -
HSV(B) 279.83º 0.77% 0.61% -
XYZ 13.62 7.27 31.7 -
YUV 73.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 115 36 155 0.26 0.77 0 0.39 279.83 0.62 0.37
Hex 73 24 9B 1A 4D 0 27 118 3E 25
Octal 163 44 233 32 115 0 47 430 76 45
Binary 1110011 100100 10011011 11010 1001101 0 100111 100011000 111110 100101

Color Harmonies of #73249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73249B

Black with #73249B

Text Example


Text Example

White with #73249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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