Html Css Color HEX #72449A Studio

📋 copy color: '#72449A'

red 114 ◦ green 68 ◦ blue 154

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

Shades of Studio #72449A

Tints of Studio #72449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

 BLUE value IS 154 (60.55% from 255) = 45.83%

R = 33.93%
G = 20.24%
B = 45.83%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#72449A (or 0x72449A) is known color: Studio. HEX triplet: 72, 44 and 9A. RGB value is (114,68,154). Sum of RGB (Red+Green+Blue) = 114+68+154=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #72449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72449A is #8DBB65. Grayscale: #5B5B5B. Windows color (decimal): -9288550 or 10110066. OLE color: 10110066.

HSL color Cylindrical-coordinate representation of color #72449A: hue angle of 272.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72449A is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 68 154 -
CMYK 0.26 0.56 0 0.40
HSL 272.09º 0.39% 0.44% -
HSV(B) 272.09º 0.56% 0.6% -
XYZ 14.84 10.04 31.73 -
YUV 91.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 114 68 154 0.26 0.56 0 0.40 272.09 0.39 0.44
Hex 72 44 9A 1A 38 0 28 110 27 2C
Octal 162 104 232 32 70 0 50 420 47 54
Binary 1110010 1000100 10011010 11010 111000 0 101000 100010000 100111 101100

Color Harmonies of #72449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72449A

Black with #72449A

Text Example


Text Example

White with #72449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72449A; }

 p { color: rgb(114,68,154); }

 H1.HeaderClassName
 {
   color: #72449A;
 }
 .AnyTagClassName
 {
   color: #72449A;
 }
</style>

background-color css

<style>
 a { background-color: #72449A; }

 a { background-color: rgb(114,68,154); }

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

border-color css

<style>
 span { border-color: #72449A; }

 span { border-color: rgb(114,68,154); }

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