Html Css Color HEX #73248D Vivid Violet

📋 copy color: '#73248D'

red 115 ◦ green 36 ◦ blue 141

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

Shades of Vivid Violet #73248D

Tints of Vivid Violet #73248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 39.38%
G = 12.33%
B = 48.29%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73248D (or 0x73248D) is known color: Vivid Violet. HEX triplet: 73, 24 and 8D. RGB value is (115,36,141). Sum of RGB (Red+Green+Blue) = 115+36+141=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #73248D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73248D is #8CDB72. Grayscale: #474747. Windows color (decimal): -9231219 or 9249907. OLE color: 9249907.

HSL color Cylindrical-coordinate representation of color #73248D: hue angle of 285.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73248D is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 36 141 -
CMYK 0.18 0.74 0 0.45
HSL 285.14º 0.59% 0.35% -
HSV(B) 285.14º 0.74% 0.55% -
XYZ 12.51 6.83 25.86 -
YUV 71.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 115 36 141 0.18 0.74 0 0.45 285.14 0.59 0.35
Hex 73 24 8D 12 4A 0 2D 11D 3B 23
Octal 163 44 215 22 112 0 55 435 73 43
Binary 1110011 100100 10001101 10010 1001010 0 101101 100011101 111011 100011

Color Harmonies of #73248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73248D

Black with #73248D

Text Example


Text Example

White with #73248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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