Html Css Color HEX #7E1858 Flirt

📋 copy color: '#7E1858'

red 126 ◦ green 24 ◦ blue 88

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

Shades of Flirt #7E1858

Tints of Flirt #7E1858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 52.94%
G = 10.08%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7E1858 (or 0x7E1858) is known color: Flirt. HEX triplet: 7E, 18 and 58. RGB value is (126,24,88). Sum of RGB (Red+Green+Blue) = 126+24+88=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1858 is #81E7A7. Grayscale: #3D3D3D. Windows color (decimal): -8513448 or 5773438. OLE color: 5773438.

HSL color Cylindrical-coordinate representation of color #7E1858: hue angle of 322.35º 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 #7E1858 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 24 88 -
CMYK 0 0.81 0.30 0.51
HSL 322.35º 0.68% 0.29% -
HSV(B) 322.35º 0.81% 0.49% -
XYZ 10.69 5.79 9.79 -
YUV 61.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 126 24 88 0 0.81 0.30 0.51 322.35 0.68 0.29
Hex 7E 18 58 0 51 1E 33 142 44 1D
Octal 176 30 130 0 121 36 63 502 104 35
Binary 1111110 11000 1011000 0 1010001 11110 110011 101000010 1000100 11101

Color Harmonies of #7E1858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1858

Black with #7E1858

Text Example


Text Example

White with #7E1858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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