Html Css Color HEX #72519C Studio

📋 copy color: '#72519C'

red 114 ◦ green 81 ◦ blue 156

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

Shades of Studio #72519C

Tints of Studio #72519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 32.48%
G = 23.08%
B = 44.44%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72519C (or 0x72519C) is known color: Studio. HEX triplet: 72, 51 and 9C. RGB value is (114,81,156). Sum of RGB (Red+Green+Blue) = 114+81+156=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #72519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72519C is #8DAE63. Grayscale: #636363. Windows color (decimal): -9285220 or 10244466. OLE color: 10244466.

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

Color convert

RGB 114 81 156 -
CMYK 0.27 0.48 0 0.39
HSL 266.4º 0.32% 0.46% -
HSV(B) 266.4º 0.48% 0.61% -
XYZ 15.88 11.86 32.91 -
YUV 99.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 114 81 156 0.27 0.48 0 0.39 266.4 0.32 0.46
Hex 72 51 9C 1B 30 0 27 10A 20 2E
Octal 162 121 234 33 60 0 47 412 40 56
Binary 1110010 1010001 10011100 11011 110000 0 100111 100001010 100000 101110

Color Harmonies of #72519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72519C

Black with #72519C

Text Example


Text Example

White with #72519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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