Html Css Color HEX #73258D Vivid Violet

📋 copy color: '#73258D'

red 115 ◦ green 37 ◦ blue 141

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

Shades of Vivid Violet #73258D

Tints of Vivid Violet #73258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.63%

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

R = 39.25%
G = 12.63%
B = 48.12%

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

#73258D (or 0x73258D) is known color: Vivid Violet. HEX triplet: 73, 25 and 8D. RGB value is (115,37,141). Sum of RGB (Red+Green+Blue) = 115+37+141=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #73258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73258D is #8CDA72. Grayscale: #474747. Windows color (decimal): -9230963 or 9250163. OLE color: 9250163.

HSL color Cylindrical-coordinate representation of color #73258D: hue angle of 285º degrees, saturation: 0.58, 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 #73258D is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 37 141 -
CMYK 0.18 0.74 0 0.45
HSL 285º 0.58% 0.35% -
HSV(B) 285º 0.74% 0.55% -
XYZ 12.54 6.89 25.87 -
YUV 72.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 115 37 141 0.18 0.74 0 0.45 285 0.58 0.35
Hex 73 25 8D 12 4A 0 2D 11D 3A 23
Octal 163 45 215 22 112 0 55 435 72 43
Binary 1110011 100101 10001101 10010 1001010 0 101101 100011101 111010 100011

Color Harmonies of #73258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73258D

Black with #73258D

Text Example


Text Example

White with #73258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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