Html Css Color HEX #72388C Vivid Violet

📋 copy color: '#72388C'

red 114 ◦ green 56 ◦ blue 140

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

Shades of Vivid Violet #72388C

Tints of Vivid Violet #72388C

RGB

 RED value IS 114 (44.92% from 255) = 36.77%

 GREEN value IS 56 (22.27% from 255) = 18.06%

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

R = 36.77%
G = 18.06%
B = 45.16%

CMYK

 C value IS 0.19

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72388C (or 0x72388C) is known color: Vivid Violet. HEX triplet: 72, 38 and 8C. RGB value is (114,56,140). Sum of RGB (Red+Green+Blue) = 114+56+140=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #72388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72388C is #8DC773. Grayscale: #525252. Windows color (decimal): -9291636 or 9189490. OLE color: 9189490.

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

Color convert

RGB 114 56 140 -
CMYK 0.19 0.6 0 0.45
HSL 281.43º 0.43% 0.38% -
HSV(B) 281.43º 0.6% 0.55% -
XYZ 13.09 8.3 25.72 -
YUV 82.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 114 56 140 0.19 0.6 0 0.45 281.43 0.43 0.38
Hex 72 38 8C 13 3C 0 2D 119 2B 26
Octal 162 70 214 23 74 0 55 431 53 46
Binary 1110010 111000 10001100 10011 111100 0 101101 100011001 101011 100110

Color Harmonies of #72388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72388C

Black with #72388C

Text Example


Text Example

White with #72388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,56,140); }

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

background-color css

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

 a { background-color: rgb(114,56,140); }

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

border-color css

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

 span { border-color: rgb(114,56,140); }

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