Html Css Color HEX #7B42AA Studio

📋 copy color: '#7B42AA'

red 123 ◦ green 66 ◦ blue 170

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

Shades of Studio #7B42AA

Tints of Studio #7B42AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.35%

R = 34.26%
G = 18.38%
B = 47.35%

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

#7B42AA (or 0x7B42AA) is known color: Studio. HEX triplet: 7B, 42 and AA. RGB value is (123,66,170). Sum of RGB (Red+Green+Blue) = 123+66+170=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B42AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B42AA is #84BD55. Grayscale: #5E5E5E. Windows color (decimal): -8699222 or 11158139. OLE color: 11158139.

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

Color convert

RGB 123 66 170 -
CMYK 0.28 0.61 0 0.33
HSL 272.88º 0.44% 0.46% -
HSV(B) 272.88º 0.61% 0.67% -
XYZ 17.37 11.01 39.24 -
YUV 94.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 123 66 170 0.28 0.61 0 0.33 272.88 0.44 0.46
Hex 7B 42 AA 1C 3D 0 21 111 2C 2E
Octal 173 102 252 34 75 0 41 421 54 56
Binary 1111011 1000010 10101010 11100 111101 0 100001 100010001 101100 101110

Color Harmonies of #7B42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B42AA

Black with #7B42AA

Text Example


Text Example

White with #7B42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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