Html Css Color HEX #7E2185 Dark Purple

📋 copy color: '#7E2185'

red 126 ◦ green 33 ◦ blue 133

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

Shades of Dark Purple #7E2185

Tints of Dark Purple #7E2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 43.15%
G = 11.3%
B = 45.55%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7E2185 (or 0x7E2185) is known color: Dark Purple. HEX triplet: 7E, 21 and 85. RGB value is (126,33,133). Sum of RGB (Red+Green+Blue) = 126+33+133=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E2185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2185 is #81DE7A. Grayscale: #474747. Windows color (decimal): -8511099 or 8724862. OLE color: 8724862.

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

Color convert

RGB 126 33 133 -
CMYK 0.05 0.75 0 0.48
HSL 295.8º 0.6% 0.33% -
HSV(B) 295.8º 0.75% 0.52% -
XYZ 13.38 7.22 22.88 -
YUV 72.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 126 33 133 0.05 0.75 0 0.48 295.8 0.6 0.33
Hex 7E 21 85 5 4B 0 30 128 3C 21
Octal 176 41 205 5 113 0 60 450 74 41
Binary 1111110 100001 10000101 101 1001011 0 110000 100101000 111100 100001

Color Harmonies of #7E2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2185

Black with #7E2185

Text Example


Text Example

White with #7E2185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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