Html Css Color HEX #72589B Studio

📋 copy color: '#72589B'

red 114 ◦ green 88 ◦ blue 155

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

Shades of Studio #72589B

Tints of Studio #72589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 31.93%
G = 24.65%
B = 43.42%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72589B (or 0x72589B) is known color: Studio. HEX triplet: 72, 58 and 9B. RGB value is (114,88,155). Sum of RGB (Red+Green+Blue) = 114+88+155=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #72589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72589B is #8DA764. Grayscale: #676767. Windows color (decimal): -9283429 or 10180722. OLE color: 10180722.

HSL color Cylindrical-coordinate representation of color #72589B: hue angle of 263.28º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72589B is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 88 155 -
CMYK 0.26 0.43 0 0.39
HSL 263.28º 0.28% 0.48% -
HSV(B) 263.28º 0.43% 0.61% -
XYZ 16.35 12.92 32.64 -
YUV 103.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 114 88 155 0.26 0.43 0 0.39 263.28 0.28 0.48
Hex 72 58 9B 1A 2B 0 27 107 1C 30
Octal 162 130 233 32 53 0 47 407 34 60
Binary 1110010 1011000 10011011 11010 101011 0 100111 100000111 11100 110000

Color Harmonies of #72589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72589B

Black with #72589B

Text Example


Text Example

White with #72589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72589B; }

 p { color: rgb(114,88,155); }

 H1.HeaderClassName
 {
   color: #72589B;
 }
 .AnyTagClassName
 {
   color: #72589B;
 }
</style>

background-color css

<style>
 a { background-color: #72589B; }

 a { background-color: rgb(114,88,155); }

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

border-color css

<style>
 span { border-color: #72589B; }

 span { border-color: rgb(114,88,155); }

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