Html Css Color HEX #73238C Vivid Violet

📋 copy color: '#73238C'

red 115 ◦ green 35 ◦ blue 140

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

Shades of Vivid Violet #73238C

Tints of Vivid Violet #73238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 39.66%
G = 12.07%
B = 48.28%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73238C (or 0x73238C) is known color: Vivid Violet. HEX triplet: 73, 23 and 8C. RGB value is (115,35,140). Sum of RGB (Red+Green+Blue) = 115+35+140=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #73238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73238C is #8CDC73. Grayscale: #464646. Windows color (decimal): -9231476 or 9184115. OLE color: 9184115.

HSL color Cylindrical-coordinate representation of color #73238C: hue angle of 285.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73238C is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 35 140 -
CMYK 0.18 0.75 0 0.45
HSL 285.71º 0.6% 0.34% -
HSV(B) 285.71º 0.75% 0.55% -
XYZ 12.4 6.74 25.46 -
YUV 70.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 115 35 140 0.18 0.75 0 0.45 285.71 0.6 0.34
Hex 73 23 8C 12 4B 0 2D 11E 3C 22
Octal 163 43 214 22 113 0 55 436 74 42
Binary 1110011 100011 10001100 10010 1001011 0 101101 100011110 111100 100010

Color Harmonies of #73238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73238C

Black with #73238C

Text Example


Text Example

White with #73238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73238C; }

 p { color: rgb(115,35,140); }

 H1.HeaderClassName
 {
   color: #73238C;
 }
 .AnyTagClassName
 {
   color: #73238C;
 }
</style>

background-color css

<style>
 a { background-color: #73238C; }

 a { background-color: rgb(115,35,140); }

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

border-color css

<style>
 span { border-color: #73238C; }

 span { border-color: rgb(115,35,140); }

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