Html Css Color HEX #72358D Vivid Violet

📋 copy color: '#72358D'

red 114 ◦ green 53 ◦ blue 141

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

Shades of Vivid Violet #72358D

Tints of Vivid Violet #72358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

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

R = 37.01%
G = 17.21%
B = 45.78%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72358D (or 0x72358D) is known color: Vivid Violet. HEX triplet: 72, 35 and 8D. RGB value is (114,53,141). Sum of RGB (Red+Green+Blue) = 114+53+141=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #72358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72358D is #8DCA72. Grayscale: #505050. Windows color (decimal): -9292403 or 9254258. OLE color: 9254258.

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

Color convert

RGB 114 53 141 -
CMYK 0.19 0.62 0 0.45
HSL 281.59º 0.45% 0.38% -
HSV(B) 281.59º 0.62% 0.55% -
XYZ 13.02 8.05 26.07 -
YUV 81.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 114 53 141 0.19 0.62 0 0.45 281.59 0.45 0.38
Hex 72 35 8D 13 3E 0 2D 11A 2D 26
Octal 162 65 215 23 76 0 55 432 55 46
Binary 1110010 110101 10001101 10011 111110 0 101101 100011010 101101 100110

Color Harmonies of #72358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72358D

Black with #72358D

Text Example


Text Example

White with #72358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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