Html Css Color HEX #7D54AE Studio

📋 copy color: '#7D54AE'

red 125 ◦ green 84 ◦ blue 174

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

Shades of Studio #7D54AE

Tints of Studio #7D54AE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 32.64%
G = 21.93%
B = 45.43%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D54AE (or 0x7D54AE) is known color: Studio. HEX triplet: 7D, 54 and AE. RGB value is (125,84,174). Sum of RGB (Red+Green+Blue) = 125+84+174=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D54AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D54AE is #82AB51. Grayscale: #6A6A6A. Windows color (decimal): -8563538 or 11424893. OLE color: 11424893.

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

Color convert

RGB 125 84 174 -
CMYK 0.28 0.52 0 0.32
HSL 267.33º 0.36% 0.51% -
HSV(B) 267.33º 0.52% 0.68% -
XYZ 19.27 13.76 41.68 -
YUV 106.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 125 84 174 0.28 0.52 0 0.32 267.33 0.36 0.51
Hex 7D 54 AE 1C 34 0 20 10B 24 33
Octal 175 124 256 34 64 0 40 413 44 63
Binary 1111101 1010100 10101110 11100 110100 0 100000 100001011 100100 110011

Color Harmonies of #7D54AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D54AE

Black with #7D54AE

Text Example


Text Example

White with #7D54AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,174); }

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

background-color css

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

 a { background-color: rgb(125,84,174); }

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

border-color css

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

 span { border-color: rgb(125,84,174); }

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