Html Css Color HEX #72509F Studio

📋 copy color: '#72509F'

red 114 ◦ green 80 ◦ blue 159

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

Shades of Studio #72509F

Tints of Studio #72509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 32.29%
G = 22.66%
B = 45.04%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72509F (or 0x72509F) is known color: Studio. HEX triplet: 72, 50 and 9F. RGB value is (114,80,159). Sum of RGB (Red+Green+Blue) = 114+80+159=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #72509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72509F is #8DAF60. Grayscale: #626262. Windows color (decimal): -9285473 or 10440818. OLE color: 10440818.

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

Color convert

RGB 114 80 159 -
CMYK 0.28 0.50 0 0.38
HSL 265.82º 0.33% 0.47% -
HSV(B) 265.82º 0.5% 0.62% -
XYZ 16.07 11.82 34.24 -
YUV 99.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 114 80 159 0.28 0.50 0 0.38 265.82 0.33 0.47
Hex 72 50 9F 1C 32 0 26 10A 21 2F
Octal 162 120 237 34 62 0 46 412 41 57
Binary 1110010 1010000 10011111 11100 110010 0 100110 100001010 100001 101111

Color Harmonies of #72509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72509F

Black with #72509F

Text Example


Text Example

White with #72509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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