Html Css Color HEX #72519F Studio

📋 copy color: '#72519F'

red 114 ◦ green 81 ◦ blue 159

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

Shades of Studio #72519F

Tints of Studio #72519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 32.2%
G = 22.88%
B = 44.92%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72519F (or 0x72519F) is known color: Studio. HEX triplet: 72, 51 and 9F. RGB value is (114,81,159). Sum of RGB (Red+Green+Blue) = 114+81+159=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #72519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72519F is #8DAE60. Grayscale: #636363. Windows color (decimal): -9285217 or 10441074. OLE color: 10441074.

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

Color convert

RGB 114 81 159 -
CMYK 0.28 0.49 0 0.38
HSL 265.38º 0.33% 0.47% -
HSV(B) 265.38º 0.49% 0.62% -
XYZ 16.14 11.97 34.26 -
YUV 99.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 114 81 159 0.28 0.49 0 0.38 265.38 0.33 0.47
Hex 72 51 9F 1C 31 0 26 109 20 2F
Octal 162 121 237 34 61 0 46 411 40 57
Binary 1110010 1010001 10011111 11100 110001 0 100110 100001001 100000 101111

Color Harmonies of #72519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72519F

Black with #72519F

Text Example


Text Example

White with #72519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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