Html Css Color HEX #7D4CAB Studio

📋 copy color: '#7D4CAB'

red 125 ◦ green 76 ◦ blue 171

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

Shades of Studio #7D4CAB

Tints of Studio #7D4CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 33.6%
G = 20.43%
B = 45.97%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D4CAB (or 0x7D4CAB) is known color: Studio. HEX triplet: 7D, 4C and AB. RGB value is (125,76,171). Sum of RGB (Red+Green+Blue) = 125+76+171=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D4CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4CAB is #82B354. Grayscale: #656565. Windows color (decimal): -8565589 or 11226237. OLE color: 11226237.

HSL color Cylindrical-coordinate representation of color #7D4CAB: hue angle of 270.95º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4CAB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 76 171 -
CMYK 0.27 0.56 0 0.33
HSL 270.95º 0.38% 0.48% -
HSV(B) 270.95º 0.56% 0.67% -
XYZ 18.39 12.47 39.97 -
YUV 101.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 125 76 171 0.27 0.56 0 0.33 270.95 0.38 0.48
Hex 7D 4C AB 1B 38 0 21 10F 26 30
Octal 175 114 253 33 70 0 41 417 46 60
Binary 1111101 1001100 10101011 11011 111000 0 100001 100001111 100110 110000

Color Harmonies of #7D4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CAB

Black with #7D4CAB

Text Example


Text Example

White with #7D4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,76,171); }

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

background-color css

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

 a { background-color: rgb(125,76,171); }

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

border-color css

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

 span { border-color: rgb(125,76,171); }

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