Html Css Color HEX #7252AA Studio

📋 copy color: '#7252AA'

red 114 ◦ green 82 ◦ blue 170

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

Shades of Studio #7252AA

Tints of Studio #7252AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 31.15%
G = 22.4%
B = 46.45%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7252AA (or 0x7252AA) is known color: Studio. HEX triplet: 72, 52 and AA. RGB value is (114,82,170). Sum of RGB (Red+Green+Blue) = 114+82+170=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #7252AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7252AA is #8DAD55. Grayscale: #656565. Windows color (decimal): -9284950 or 11162226. OLE color: 11162226.

HSL color Cylindrical-coordinate representation of color #7252AA: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7252AA is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 82 170 -
CMYK 0.33 0.52 0 0.33
HSL 261.82º 0.35% 0.49% -
HSV(B) 261.82º 0.52% 0.67% -
XYZ 17.21 12.51 39.54 -
YUV 101.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 114 82 170 0.33 0.52 0 0.33 261.82 0.35 0.49
Hex 72 52 AA 21 34 0 21 106 23 31
Octal 162 122 252 41 64 0 41 406 43 61
Binary 1110010 1010010 10101010 100001 110100 0 100001 100000110 100011 110001

Color Harmonies of #7252AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7252AA

Black with #7252AA

Text Example


Text Example

White with #7252AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7252AA; }

 p { color: rgb(114,82,170); }

 H1.HeaderClassName
 {
   color: #7252AA;
 }
 .AnyTagClassName
 {
   color: #7252AA;
 }
</style>

background-color css

<style>
 a { background-color: #7252AA; }

 a { background-color: rgb(114,82,170); }

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

border-color css

<style>
 span { border-color: #7252AA; }

 span { border-color: rgb(114,82,170); }

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