Html Css Color HEX #72519D Studio

📋 copy color: '#72519D'

red 114 ◦ green 81 ◦ blue 157

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

Shades of Studio #72519D

Tints of Studio #72519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.01%

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 32.39%
G = 23.01%
B = 44.6%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72519D (or 0x72519D) is known color: Studio. HEX triplet: 72, 51 and 9D. RGB value is (114,81,157). Sum of RGB (Red+Green+Blue) = 114+81+157=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #72519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72519D is #8DAE62. Grayscale: #636363. Windows color (decimal): -9285219 or 10310002. OLE color: 10310002.

HSL color Cylindrical-coordinate representation of color #72519D: hue angle of 266.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72519D is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 81 157 -
CMYK 0.27 0.48 0 0.38
HSL 266.05º 0.32% 0.47% -
HSV(B) 266.05º 0.48% 0.62% -
XYZ 15.97 11.9 33.35 -
YUV 99.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 114 81 157 0.27 0.48 0 0.38 266.05 0.32 0.47
Hex 72 51 9D 1B 30 0 26 10A 20 2F
Octal 162 121 235 33 60 0 46 412 40 57
Binary 1110010 1010001 10011101 11011 110000 0 100110 100001010 100000 101111

Color Harmonies of #72519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72519D

Black with #72519D

Text Example


Text Example

White with #72519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,81,157); }

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

background-color css

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

 a { background-color: rgb(114,81,157); }

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

border-color css

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

 span { border-color: rgb(114,81,157); }

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