Html Css Color HEX #7D52BB Studio

📋 copy color: '#7D52BB'

red 125 ◦ green 82 ◦ blue 187

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

Shades of Studio #7D52BB

Tints of Studio #7D52BB

RGB

 RED value IS 125 (49.22% from 255) = 31.73%

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

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

R = 31.73%
G = 20.81%
B = 47.46%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D52BB (or 0x7D52BB) is known color: Studio. HEX triplet: 7D, 52 and BB. RGB value is (125,82,187). Sum of RGB (Red+Green+Blue) = 125+82+187=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52BB is #82AD44. Grayscale: #6A6A6A. Windows color (decimal): -8564037 or 12276349. OLE color: 12276349.

HSL color Cylindrical-coordinate representation of color #7D52BB: hue angle of 264.57º 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 #7D52BB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 82 187 -
CMYK 0.33 0.56 0 0.27
HSL 264.57º 0.44% 0.53% -
HSV(B) 264.57º 0.56% 0.73% -
XYZ 20.44 13.98 48.64 -
YUV 106.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 125 82 187 0.33 0.56 0 0.27 264.57 0.44 0.53
Hex 7D 52 BB 21 38 0 1B 109 2C 35
Octal 175 122 273 41 70 0 33 411 54 65
Binary 1111101 1010010 10111011 100001 111000 0 11011 100001001 101100 110101

Color Harmonies of #7D52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52BB

Black with #7D52BB

Text Example


Text Example

White with #7D52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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