Html Css Color HEX #72198C Vivid Violet

📋 copy color: '#72198C'

red 114 ◦ green 25 ◦ blue 140

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

Shades of Vivid Violet #72198C

Tints of Vivid Violet #72198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 40.86%
G = 8.96%
B = 50.18%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72198C (or 0x72198C) is known color: Vivid Violet. HEX triplet: 72, 19 and 8C. RGB value is (114,25,140). Sum of RGB (Red+Green+Blue) = 114+25+140=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #72198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72198C is #8DE673. Grayscale: #404040. Windows color (decimal): -9299572 or 9181554. OLE color: 9181554.

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

Color convert

RGB 114 25 140 -
CMYK 0.19 0.82 0 0.45
HSL 286.43º 0.7% 0.32% -
HSV(B) 286.43º 0.82% 0.55% -
XYZ 12.02 6.17 25.37 -
YUV 64.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 114 25 140 0.19 0.82 0 0.45 286.43 0.7 0.32
Hex 72 19 8C 13 52 0 2D 11E 46 20
Octal 162 31 214 23 122 0 55 436 106 40
Binary 1110010 11001 10001100 10011 1010010 0 101101 100011110 1000110 100000

Color Harmonies of #72198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72198C

Black with #72198C

Text Example


Text Example

White with #72198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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