Html Css Color HEX #72198B Vivid Violet

📋 copy color: '#72198B'

red 114 ◦ green 25 ◦ blue 139

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

Shades of Vivid Violet #72198B

Tints of Vivid Violet #72198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50%

R = 41.01%
G = 8.99%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72198B (or 0x72198B) is known color: Vivid Violet. HEX triplet: 72, 19 and 8B. RGB value is (114,25,139). Sum of RGB (Red+Green+Blue) = 114+25+139=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #72198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72198B is #8DE674. Grayscale: #404040. Windows color (decimal): -9299573 or 9116018. OLE color: 9116018.

HSL color Cylindrical-coordinate representation of color #72198B: hue angle of 286.84º 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 #72198B is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 25 139 -
CMYK 0.18 0.82 0 0.45
HSL 286.84º 0.7% 0.32% -
HSV(B) 286.84º 0.82% 0.55% -
XYZ 11.95 6.14 24.98 -
YUV 64.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 114 25 139 0.18 0.82 0 0.45 286.84 0.7 0.32
Hex 72 19 8B 12 52 0 2D 11F 46 20
Octal 162 31 213 22 122 0 55 437 106 40
Binary 1110010 11001 10001011 10010 1010010 0 101101 100011111 1000110 100000

Color Harmonies of #72198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72198B

Black with #72198B

Text Example


Text Example

White with #72198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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