Html Css Color HEX #7E1857 Flirt

📋 copy color: '#7E1857'

red 126 ◦ green 24 ◦ blue 87

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

Shades of Flirt #7E1857

Tints of Flirt #7E1857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 53.16%
G = 10.13%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7E1857 (or 0x7E1857) is known color: Flirt. HEX triplet: 7E, 18 and 57. RGB value is (126,24,87). Sum of RGB (Red+Green+Blue) = 126+24+87=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1857 is #81E7A8. Grayscale: #3D3D3D. Windows color (decimal): -8513449 or 5707902. OLE color: 5707902.

HSL color Cylindrical-coordinate representation of color #7E1857: hue angle of 322.94º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E1857 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 24 87 -
CMYK 0 0.81 0.31 0.51
HSL 322.94º 0.68% 0.29% -
HSV(B) 322.94º 0.81% 0.49% -
XYZ 10.65 5.78 9.57 -
YUV 61.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 126 24 87 0 0.81 0.31 0.51 322.94 0.68 0.29
Hex 7E 18 57 0 51 1F 33 143 44 1D
Octal 176 30 127 0 121 37 63 503 104 35
Binary 1111110 11000 1010111 0 1010001 11111 110011 101000011 1000100 11101

Color Harmonies of #7E1857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1857

Black with #7E1857

Text Example


Text Example

White with #7E1857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,24,87); }

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

background-color css

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

 a { background-color: rgb(126,24,87); }

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

border-color css

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

 span { border-color: rgb(126,24,87); }

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