Html Css Color HEX #7E42A5 Studio

📋 copy color: '#7E42A5'

red 126 ◦ green 66 ◦ blue 165

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

Shades of Studio #7E42A5

Tints of Studio #7E42A5

RGB

 RED value IS 126 (49.61% from 255) = 35.29%

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

 BLUE value IS 165 (64.84% from 255) = 46.22%

R = 35.29%
G = 18.49%
B = 46.22%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7E42A5 (or 0x7E42A5) is known color: Studio. HEX triplet: 7E, 42 and A5. RGB value is (126,66,165). Sum of RGB (Red+Green+Blue) = 126+66+165=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #7E42A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E42A5 is #81BD5A. Grayscale: #5E5E5E. Windows color (decimal): -8502619 or 10830462. OLE color: 10830462.

HSL color Cylindrical-coordinate representation of color #7E42A5: hue angle of 276.36º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E42A5 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 66 165 -
CMYK 0.24 0.60 0 0.35
HSL 276.36º 0.43% 0.45% -
HSV(B) 276.36º 0.6% 0.65% -
XYZ 17.34 11.05 36.82 -
YUV 95.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 126 66 165 0.24 0.60 0 0.35 276.36 0.43 0.45
Hex 7E 42 A5 18 3C 0 23 114 2B 2D
Octal 176 102 245 30 74 0 43 424 53 55
Binary 1111110 1000010 10100101 11000 111100 0 100011 100010100 101011 101101

Color Harmonies of #7E42A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E42A5

Black with #7E42A5

Text Example


Text Example

White with #7E42A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,66,165); }

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

background-color css

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

 a { background-color: rgb(126,66,165); }

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

border-color css

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

 span { border-color: rgb(126,66,165); }

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