Html Css Color HEX #7C52BB Studio

📋 copy color: '#7C52BB'

red 124 ◦ green 82 ◦ blue 187

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

Shades of Studio #7C52BB

Tints of Studio #7C52BB

RGB

 RED value IS 124 (48.83% from 255) = 31.55%

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 31.55%
G = 20.87%
B = 47.58%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C52BB (or 0x7C52BB) is known color: Studio. HEX triplet: 7C, 52 and BB. RGB value is (124,82,187). Sum of RGB (Red+Green+Blue) = 124+82+187=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52BB is #83AD44. Grayscale: #6A6A6A. Windows color (decimal): -8629573 or 12276348. OLE color: 12276348.

HSL color Cylindrical-coordinate representation of color #7C52BB: hue angle of 264º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C52BB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 82 187 -
CMYK 0.34 0.56 0 0.27
HSL 264º 0.44% 0.53% -
HSV(B) 264º 0.56% 0.73% -
XYZ 20.3 13.91 48.63 -
YUV 106.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 124 82 187 0.34 0.56 0 0.27 264 0.44 0.53
Hex 7C 52 BB 22 38 0 1B 108 2C 35
Octal 174 122 273 42 70 0 33 410 54 65
Binary 1111100 1010010 10111011 100010 111000 0 11011 100001000 101100 110101

Color Harmonies of #7C52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C52BB

Black with #7C52BB

Text Example


Text Example

White with #7C52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,82,187); }

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

background-color css

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

 a { background-color: rgb(124,82,187); }

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

border-color css

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

 span { border-color: rgb(124,82,187); }

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