Html Css Color HEX #72238D Vivid Violet

📋 copy color: '#72238D'

red 114 ◦ green 35 ◦ blue 141

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

Shades of Vivid Violet #72238D

Tints of Vivid Violet #72238D

RGB

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

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

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

R = 39.31%
G = 12.07%
B = 48.62%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72238D (or 0x72238D) is known color: Vivid Violet. HEX triplet: 72, 23 and 8D. RGB value is (114,35,141). Sum of RGB (Red+Green+Blue) = 114+35+141=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #72238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72238D is #8DDC72. Grayscale: #464646. Windows color (decimal): -9297011 or 9249650. OLE color: 9249650.

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

Color convert

RGB 114 35 141 -
CMYK 0.19 0.75 0 0.45
HSL 284.72º 0.6% 0.35% -
HSV(B) 284.72º 0.75% 0.55% -
XYZ 12.35 6.7 25.84 -
YUV 70.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 114 35 141 0.19 0.75 0 0.45 284.72 0.6 0.35
Hex 72 23 8D 13 4B 0 2D 11D 3C 23
Octal 162 43 215 23 113 0 55 435 74 43
Binary 1110010 100011 10001101 10011 1001011 0 101101 100011101 111100 100011

Color Harmonies of #72238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72238D

Black with #72238D

Text Example


Text Example

White with #72238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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