Html Css Color HEX #7D3AAB Studio

📋 copy color: '#7D3AAB'

red 125 ◦ green 58 ◦ blue 171

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

Shades of Studio #7D3AAB

Tints of Studio #7D3AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

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

R = 35.31%
G = 16.38%
B = 48.31%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D3AAB (or 0x7D3AAB) is known color: Studio. HEX triplet: 7D, 3A and AB. RGB value is (125,58,171). Sum of RGB (Red+Green+Blue) = 125+58+171=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3AAB is #82C554. Grayscale: #5A5A5A. Windows color (decimal): -8570197 or 11221629. OLE color: 11221629.

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

Color convert

RGB 125 58 171 -
CMYK 0.27 0.66 0 0.33
HSL 275.58º 0.49% 0.45% -
HSV(B) 275.58º 0.66% 0.67% -
XYZ 17.32 10.33 39.61 -
YUV 90.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 125 58 171 0.27 0.66 0 0.33 275.58 0.49 0.45
Hex 7D 3A AB 1B 42 0 21 114 31 2D
Octal 175 72 253 33 102 0 41 424 61 55
Binary 1111101 111010 10101011 11011 1000010 0 100001 100010100 110001 101101

Color Harmonies of #7D3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3AAB

Black with #7D3AAB

Text Example


Text Example

White with #7D3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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