Html Css Color HEX #7D55A4 Studio

📋 copy color: '#7D55A4'

red 125 ◦ green 85 ◦ blue 164

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

Shades of Studio #7D55A4

Tints of Studio #7D55A4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

 BLUE value IS 164 (64.45% from 255) = 43.85%

R = 33.42%
G = 22.73%
B = 43.85%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7D55A4 (or 0x7D55A4) is known color: Studio. HEX triplet: 7D, 55 and A4. RGB value is (125,85,164). Sum of RGB (Red+Green+Blue) = 125+85+164=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D55A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D55A4 is #82AA5B. Grayscale: #696969. Windows color (decimal): -8563292 or 10769789. OLE color: 10769789.

HSL color Cylindrical-coordinate representation of color #7D55A4: hue angle of 270.38º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D55A4 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 85 164 -
CMYK 0.24 0.48 0 0.36
HSL 270.38º 0.32% 0.49% -
HSV(B) 270.38º 0.48% 0.64% -
XYZ 18.41 13.54 36.76 -
YUV 105.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 125 85 164 0.24 0.48 0 0.36 270.38 0.32 0.49
Hex 7D 55 A4 18 30 0 24 10E 20 31
Octal 175 125 244 30 60 0 44 416 40 61
Binary 1111101 1010101 10100100 11000 110000 0 100100 100001110 100000 110001

Color Harmonies of #7D55A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55A4

Black with #7D55A4

Text Example


Text Example

White with #7D55A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,164); }

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

background-color css

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

 a { background-color: rgb(125,85,164); }

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

border-color css

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

 span { border-color: rgb(125,85,164); }

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