Html Css Color HEX #7D4ABA Studio

📋 copy color: '#7D4ABA'

red 125 ◦ green 74 ◦ blue 186

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

Shades of Studio #7D4ABA

Tints of Studio #7D4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 32.47%
G = 19.22%
B = 48.31%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D4ABA (or 0x7D4ABA) is known color: Studio. HEX triplet: 7D, 4A and BA. RGB value is (125,74,186). Sum of RGB (Red+Green+Blue) = 125+74+186=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D4ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4ABA is #82B545. Grayscale: #656565. Windows color (decimal): -8566086 or 12208765. OLE color: 12208765.

HSL color Cylindrical-coordinate representation of color #7D4ABA: hue angle of 267.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D4ABA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 74 186 -
CMYK 0.33 0.60 0 0.27
HSL 267.32º 0.45% 0.51% -
HSV(B) 267.32º 0.6% 0.73% -
XYZ 19.77 12.8 47.88 -
YUV 102.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 125 74 186 0.33 0.60 0 0.27 267.32 0.45 0.51
Hex 7D 4A BA 21 3C 0 1B 10B 2D 33
Octal 175 112 272 41 74 0 33 413 55 63
Binary 1111101 1001010 10111010 100001 111100 0 11011 100001011 101101 110011

Color Harmonies of #7D4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4ABA

Black with #7D4ABA

Text Example


Text Example

White with #7D4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,186); }

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

background-color css

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

 a { background-color: rgb(125,74,186); }

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

border-color css

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

 span { border-color: rgb(125,74,186); }

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