Html Css Color HEX #7E0D85 Purple

📋 copy color: '#7E0D85'

red 126 ◦ green 13 ◦ blue 133

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

Shades of Purple #7E0D85

Tints of Purple #7E0D85

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.78%

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

R = 46.32%
G = 4.78%
B = 48.9%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7E0D85 (or 0x7E0D85) is known color: Purple. HEX triplet: 7E, 0D and 85. RGB value is (126,13,133). Sum of RGB (Red+Green+Blue) = 126+13+133=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E0D85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0D85 is #81F27A. Grayscale: #3C3C3C. Windows color (decimal): -8516219 or 8719742. OLE color: 8719742.

HSL color Cylindrical-coordinate representation of color #7E0D85: hue angle of 296.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E0D85 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 13 133 -
CMYK 0.05 0.90 0 0.48
HSL 296.5º 0.82% 0.29% -
HSV(B) 296.5º 0.9% 0.52% -
XYZ 12.98 6.42 22.74 -
YUV 60.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 126 13 133 0.05 0.90 0 0.48 296.5 0.82 0.29
Hex 7E D 85 5 5A 0 30 128 52 1D
Octal 176 15 205 5 132 0 60 450 122 35
Binary 1111110 1101 10000101 101 1011010 0 110000 100101000 1010010 11101

Color Harmonies of #7E0D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0D85

Black with #7E0D85

Text Example


Text Example

White with #7E0D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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