Html Css Color HEX #72509C Studio

📋 copy color: '#72509C'

red 114 ◦ green 80 ◦ blue 156

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

Shades of Studio #72509C

Tints of Studio #72509C

RGB

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

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

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

R = 32.57%
G = 22.86%
B = 44.57%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72509C (or 0x72509C) is known color: Studio. HEX triplet: 72, 50 and 9C. RGB value is (114,80,156). Sum of RGB (Red+Green+Blue) = 114+80+156=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #72509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72509C is #8DAF63. Grayscale: #626262. Windows color (decimal): -9285476 or 10244210. OLE color: 10244210.

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

Color convert

RGB 114 80 156 -
CMYK 0.27 0.49 0 0.39
HSL 266.84º 0.32% 0.46% -
HSV(B) 266.84º 0.49% 0.61% -
XYZ 15.81 11.72 32.88 -
YUV 98.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 114 80 156 0.27 0.49 0 0.39 266.84 0.32 0.46
Hex 72 50 9C 1B 31 0 27 10B 20 2E
Octal 162 120 234 33 61 0 47 413 40 56
Binary 1110010 1010000 10011100 11011 110001 0 100111 100001011 100000 101110

Color Harmonies of #72509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72509C

Black with #72509C

Text Example


Text Example

White with #72509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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