Html Css Color HEX #7D52B3 Studio

📋 copy color: '#7D52B3'

red 125 ◦ green 82 ◦ blue 179

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

Shades of Studio #7D52B3

Tints of Studio #7D52B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.37%

R = 32.38%
G = 21.24%
B = 46.37%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7D52B3 (or 0x7D52B3) is known color: Studio. HEX triplet: 7D, 52 and B3. RGB value is (125,82,179). Sum of RGB (Red+Green+Blue) = 125+82+179=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D52B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52B3 is #82AD4C. Grayscale: #696969. Windows color (decimal): -8564045 or 11752061. OLE color: 11752061.

HSL color Cylindrical-coordinate representation of color #7D52B3: hue angle of 266.6º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D52B3 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 82 179 -
CMYK 0.30 0.54 0 0.30
HSL 266.6º 0.39% 0.51% -
HSV(B) 266.6º 0.54% 0.7% -
XYZ 19.61 13.65 44.25 -
YUV 105.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 125 82 179 0.30 0.54 0 0.30 266.6 0.39 0.51
Hex 7D 52 B3 1E 36 0 1E 10B 27 33
Octal 175 122 263 36 66 0 36 413 47 63
Binary 1111101 1010010 10110011 11110 110110 0 11110 100001011 100111 110011

Color Harmonies of #7D52B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52B3

Black with #7D52B3

Text Example


Text Example

White with #7D52B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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