Html Css Color HEX #7E43BE Studio

📋 copy color: '#7E43BE'

red 126 ◦ green 67 ◦ blue 190

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

Shades of Studio #7E43BE

Tints of Studio #7E43BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 32.9%
G = 17.49%
B = 49.61%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E43BE (or 0x7E43BE) is known color: Studio. HEX triplet: 7E, 43 and BE. RGB value is (126,67,190). Sum of RGB (Red+Green+Blue) = 126+67+190=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E43BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E43BE is #81BC41. Grayscale: #626262. Windows color (decimal): -8502338 or 12469118. OLE color: 12469118.

HSL color Cylindrical-coordinate representation of color #7E43BE: hue angle of 268.78º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E43BE is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 67 190 -
CMYK 0.34 0.65 0 0.25
HSL 268.78º 0.49% 0.5% -
HSV(B) 268.78º 0.65% 0.75% -
XYZ 19.91 12.17 50.01 -
YUV 98.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 126 67 190 0.34 0.65 0 0.25 268.78 0.49 0.5
Hex 7E 43 BE 22 41 0 19 10D 31 32
Octal 176 103 276 42 101 0 31 415 61 62
Binary 1111110 1000011 10111110 100010 1000001 0 11001 100001101 110001 110010

Color Harmonies of #7E43BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E43BE

Black with #7E43BE

Text Example


Text Example

White with #7E43BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,67,190); }

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

background-color css

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

 a { background-color: rgb(126,67,190); }

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

border-color css

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

 span { border-color: rgb(126,67,190); }

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