Html Css Color HEX #7D42AB Studio

📋 copy color: '#7D42AB'

red 125 ◦ green 66 ◦ blue 171

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

Shades of Studio #7D42AB

Tints of Studio #7D42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

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

R = 34.53%
G = 18.23%
B = 47.24%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D42AB (or 0x7D42AB) is known color: Studio. HEX triplet: 7D, 42 and AB. RGB value is (125,66,171). Sum of RGB (Red+Green+Blue) = 125+66+171=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D42AB is #82BD54. Grayscale: #5F5F5F. Windows color (decimal): -8568149 or 11223677. OLE color: 11223677.

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

Color convert

RGB 125 66 171 -
CMYK 0.27 0.61 0 0.33
HSL 273.71º 0.44% 0.46% -
HSV(B) 273.71º 0.61% 0.67% -
XYZ 17.76 11.2 39.75 -
YUV 95.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 125 66 171 0.27 0.61 0 0.33 273.71 0.44 0.46
Hex 7D 42 AB 1B 3D 0 21 112 2C 2E
Octal 175 102 253 33 75 0 41 422 54 56
Binary 1111101 1000010 10101011 11011 111101 0 100001 100010010 101100 101110

Color Harmonies of #7D42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D42AB

Black with #7D42AB

Text Example


Text Example

White with #7D42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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