Html Css Color HEX #72298D Vivid Violet

📋 copy color: '#72298D'

red 114 ◦ green 41 ◦ blue 141

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

Shades of Vivid Violet #72298D

Tints of Vivid Violet #72298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 38.51%
G = 13.85%
B = 47.64%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72298D (or 0x72298D) is known color: Vivid Violet. HEX triplet: 72, 29 and 8D. RGB value is (114,41,141). Sum of RGB (Red+Green+Blue) = 114+41+141=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #72298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72298D is #8DD672. Grayscale: #494949. Windows color (decimal): -9295475 or 9251186. OLE color: 9251186.

HSL color Cylindrical-coordinate representation of color #72298D: hue angle of 283.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72298D is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 41 141 -
CMYK 0.19 0.71 0 0.45
HSL 283.8º 0.55% 0.36% -
HSV(B) 283.8º 0.71% 0.55% -
XYZ 12.54 7.09 25.91 -
YUV 74.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 114 41 141 0.19 0.71 0 0.45 283.8 0.55 0.36
Hex 72 29 8D 13 47 0 2D 11C 37 24
Octal 162 51 215 23 107 0 55 434 67 44
Binary 1110010 101001 10001101 10011 1000111 0 101101 100011100 110111 100100

Color Harmonies of #72298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72298D

Black with #72298D

Text Example


Text Example

White with #72298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72298D; }

 p { color: rgb(114,41,141); }

 H1.HeaderClassName
 {
   color: #72298D;
 }
 .AnyTagClassName
 {
   color: #72298D;
 }
</style>

background-color css

<style>
 a { background-color: #72298D; }

 a { background-color: rgb(114,41,141); }

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

border-color css

<style>
 span { border-color: #72298D; }

 span { border-color: rgb(114,41,141); }

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