Html Css Color HEX #72439B Studio

📋 copy color: '#72439B'

red 114 ◦ green 67 ◦ blue 155

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

Shades of Studio #72439B

Tints of Studio #72439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

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

R = 33.93%
G = 19.94%
B = 46.13%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72439B (or 0x72439B) is known color: Studio. HEX triplet: 72, 43 and 9B. RGB value is (114,67,155). Sum of RGB (Red+Green+Blue) = 114+67+155=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #72439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72439B is #8DBC64. Grayscale: #5A5A5A. Windows color (decimal): -9288805 or 10175346. OLE color: 10175346.

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

Color convert

RGB 114 67 155 -
CMYK 0.26 0.57 0 0.39
HSL 272.05º 0.4% 0.44% -
HSV(B) 272.05º 0.57% 0.61% -
XYZ 14.86 9.96 32.15 -
YUV 91.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 114 67 155 0.26 0.57 0 0.39 272.05 0.4 0.44
Hex 72 43 9B 1A 39 0 27 110 28 2C
Octal 162 103 233 32 71 0 47 420 50 54
Binary 1110010 1000011 10011011 11010 111001 0 100111 100010000 101000 101100

Color Harmonies of #72439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72439B

Black with #72439B

Text Example


Text Example

White with #72439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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