Html Css Color HEX #72368B Vivid Violet

📋 copy color: '#72368B'

red 114 ◦ green 54 ◦ blue 139

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

Shades of Vivid Violet #72368B

Tints of Vivid Violet #72368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 37.13%
G = 17.59%
B = 45.28%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72368B (or 0x72368B) is known color: Vivid Violet. HEX triplet: 72, 36 and 8B. RGB value is (114,54,139). Sum of RGB (Red+Green+Blue) = 114+54+139=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #72368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72368B is #8DC974. Grayscale: #515151. Windows color (decimal): -9292149 or 9123442. OLE color: 9123442.

HSL color Cylindrical-coordinate representation of color #72368B: hue angle of 282.35º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72368B is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 54 139 -
CMYK 0.18 0.61 0 0.45
HSL 282.35º 0.44% 0.38% -
HSV(B) 282.35º 0.61% 0.55% -
XYZ 12.92 8.08 25.3 -
YUV 81.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 114 54 139 0.18 0.61 0 0.45 282.35 0.44 0.38
Hex 72 36 8B 12 3D 0 2D 11A 2C 26
Octal 162 66 213 22 75 0 55 432 54 46
Binary 1110010 110110 10001011 10010 111101 0 101101 100011010 101100 100110

Color Harmonies of #72368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72368B

Black with #72368B

Text Example


Text Example

White with #72368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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