Html Css Color HEX #7B52AD Studio

📋 copy color: '#7B52AD'

red 123 ◦ green 82 ◦ blue 173

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

Shades of Studio #7B52AD

Tints of Studio #7B52AD

RGB

 RED value IS 123 (48.44% from 255) = 32.54%

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

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 32.54%
G = 21.69%
B = 45.77%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B52AD (or 0x7B52AD) is known color: Studio. HEX triplet: 7B, 52 and AD. RGB value is (123,82,173). Sum of RGB (Red+Green+Blue) = 123+82+173=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B52AD is #84AD52. Grayscale: #686868. Windows color (decimal): -8695123 or 11358843. OLE color: 11358843.

HSL color Cylindrical-coordinate representation of color #7B52AD: hue angle of 267.03º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B52AD is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 82 173 -
CMYK 0.29 0.53 0 0.32
HSL 267.03º 0.36% 0.5% -
HSV(B) 267.03º 0.53% 0.68% -
XYZ 18.73 13.26 41.11 -
YUV 104.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 123 82 173 0.29 0.53 0 0.32 267.03 0.36 0.5
Hex 7B 52 AD 1D 35 0 20 10B 24 32
Octal 173 122 255 35 65 0 40 413 44 62
Binary 1111011 1010010 10101101 11101 110101 0 100000 100001011 100100 110010

Color Harmonies of #7B52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B52AD

Black with #7B52AD

Text Example


Text Example

White with #7B52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B52AD; }

 p { color: rgb(123,82,173); }

 H1.HeaderClassName
 {
   color: #7B52AD;
 }
 .AnyTagClassName
 {
   color: #7B52AD;
 }
</style>

background-color css

<style>
 a { background-color: #7B52AD; }

 a { background-color: rgb(123,82,173); }

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

border-color css

<style>
 span { border-color: #7B52AD; }

 span { border-color: rgb(123,82,173); }

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