Html Css Color HEX #73398F Vivid Violet

📋 copy color: '#73398F'

red 115 ◦ green 57 ◦ blue 143

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

Shades of Vivid Violet #73398F

Tints of Vivid Violet #73398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 143 (56.25% from 255) = 45.4%

R = 36.51%
G = 18.1%
B = 45.4%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73398F (or 0x73398F) is known color: Vivid Violet. HEX triplet: 73, 39 and 8F. RGB value is (115,57,143). Sum of RGB (Red+Green+Blue) = 115+57+143=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #73398F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73398F is #8CC670. Grayscale: #535353. Windows color (decimal): -9225841 or 9386355. OLE color: 9386355.

HSL color Cylindrical-coordinate representation of color #73398F: hue angle of 280.47º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73398F is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 57 143 -
CMYK 0.20 0.60 0 0.44
HSL 280.47º 0.43% 0.39% -
HSV(B) 280.47º 0.6% 0.56% -
XYZ 13.49 8.55 26.93 -
YUV 84.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 115 57 143 0.20 0.60 0 0.44 280.47 0.43 0.39
Hex 73 39 8F 14 3C 0 2C 118 2B 27
Octal 163 71 217 24 74 0 54 430 53 47
Binary 1110011 111001 10001111 10100 111100 0 101100 100011000 101011 100111

Color Harmonies of #73398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73398F

Black with #73398F

Text Example


Text Example

White with #73398F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,57,143); }

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

background-color css

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

 a { background-color: rgb(115,57,143); }

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

border-color css

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

 span { border-color: rgb(115,57,143); }

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