Html Css Color HEX #7D3EAB Studio

📋 copy color: '#7D3EAB'

red 125 ◦ green 62 ◦ blue 171

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

Shades of Studio #7D3EAB

Tints of Studio #7D3EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.32%

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

R = 34.92%
G = 17.32%
B = 47.77%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D3EAB (or 0x7D3EAB) is known color: Studio. HEX triplet: 7D, 3E and AB. RGB value is (125,62,171). Sum of RGB (Red+Green+Blue) = 125+62+171=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3EAB is #82C154. Grayscale: #5C5C5C. Windows color (decimal): -8569173 or 11222653. OLE color: 11222653.

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

Color convert

RGB 125 62 171 -
CMYK 0.27 0.64 0 0.33
HSL 274.68º 0.47% 0.46% -
HSV(B) 274.68º 0.64% 0.67% -
XYZ 17.53 10.75 39.68 -
YUV 93.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 125 62 171 0.27 0.64 0 0.33 274.68 0.47 0.46
Hex 7D 3E AB 1B 40 0 21 113 2F 2E
Octal 175 76 253 33 100 0 41 423 57 56
Binary 1111101 111110 10101011 11011 1000000 0 100001 100010011 101111 101110

Color Harmonies of #7D3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3EAB

Black with #7D3EAB

Text Example


Text Example

White with #7D3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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