Html Css Color HEX #7E1385 Purple

📋 copy color: '#7E1385'

red 126 ◦ green 19 ◦ blue 133

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

Shades of Purple #7E1385

Tints of Purple #7E1385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 45.32%
G = 6.83%
B = 47.84%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7E1385 (or 0x7E1385) is known color: Purple. HEX triplet: 7E, 13 and 85. RGB value is (126,19,133). Sum of RGB (Red+Green+Blue) = 126+19+133=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E1385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1385 is #81EC7A. Grayscale: #3F3F3F. Windows color (decimal): -8514683 or 8721278. OLE color: 8721278.

HSL color Cylindrical-coordinate representation of color #7E1385: hue angle of 296.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1385 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 19 133 -
CMYK 0.05 0.86 0 0.48
HSL 296.32º 0.75% 0.3% -
HSV(B) 296.32º 0.86% 0.52% -
XYZ 13.07 6.59 22.77 -
YUV 63.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 126 19 133 0.05 0.86 0 0.48 296.32 0.75 0.3
Hex 7E 13 85 5 56 0 30 128 4B 1E
Octal 176 23 205 5 126 0 60 450 113 36
Binary 1111110 10011 10000101 101 1010110 0 110000 100101000 1001011 11110

Color Harmonies of #7E1385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1385

Black with #7E1385

Text Example


Text Example

White with #7E1385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,19,133); }

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

background-color css

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

 a { background-color: rgb(126,19,133); }

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

border-color css

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

 span { border-color: rgb(126,19,133); }

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