Html Css Color HEX #7B42AB Studio

📋 copy color: '#7B42AB'

red 123 ◦ green 66 ◦ blue 171

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

Shades of Studio #7B42AB

Tints of Studio #7B42AB

RGB

 RED value IS 123 (48.44% from 255) = 34.17%

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

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

R = 34.17%
G = 18.33%
B = 47.5%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B42AB (or 0x7B42AB) is known color: Studio. HEX triplet: 7B, 42 and AB. RGB value is (123,66,171). Sum of RGB (Red+Green+Blue) = 123+66+171=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B42AB is #84BD54. Grayscale: #5E5E5E. Windows color (decimal): -8699221 or 11223675. OLE color: 11223675.

HSL color Cylindrical-coordinate representation of color #7B42AB: hue angle of 272.57º 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 #7B42AB is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 66 171 -
CMYK 0.28 0.61 0 0.33
HSL 272.57º 0.44% 0.46% -
HSV(B) 272.57º 0.61% 0.67% -
XYZ 17.47 11.05 39.74 -
YUV 95.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 123 66 171 0.28 0.61 0 0.33 272.57 0.44 0.46
Hex 7B 42 AB 1C 3D 0 21 111 2C 2E
Octal 173 102 253 34 75 0 41 421 54 56
Binary 1111011 1000010 10101011 11100 111101 0 100001 100010001 101100 101110

Color Harmonies of #7B42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B42AB

Black with #7B42AB

Text Example


Text Example

White with #7B42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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