Html Css Color HEX #7D3BAB Studio

📋 copy color: '#7D3BAB'

red 125 ◦ green 59 ◦ blue 171

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

Shades of Studio #7D3BAB

Tints of Studio #7D3BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

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

R = 35.21%
G = 16.62%
B = 48.17%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D3BAB (or 0x7D3BAB) is known color: Studio. HEX triplet: 7D, 3B and AB. RGB value is (125,59,171). Sum of RGB (Red+Green+Blue) = 125+59+171=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D3BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3BAB is #82C454. Grayscale: #5B5B5B. Windows color (decimal): -8569941 or 11221885. OLE color: 11221885.

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

Color convert

RGB 125 59 171 -
CMYK 0.27 0.65 0 0.33
HSL 275.36º 0.49% 0.45% -
HSV(B) 275.36º 0.65% 0.67% -
XYZ 17.37 10.43 39.63 -
YUV 91.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 125 59 171 0.27 0.65 0 0.33 275.36 0.49 0.45
Hex 7D 3B AB 1B 41 0 21 113 31 2D
Octal 175 73 253 33 101 0 41 423 61 55
Binary 1111101 111011 10101011 11011 1000001 0 100001 100010011 110001 101101

Color Harmonies of #7D3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3BAB

Black with #7D3BAB

Text Example


Text Example

White with #7D3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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