Html Css Color HEX #762458 Flirt

📋 copy color: '#762458'

red 118 ◦ green 36 ◦ blue 88

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

Shades of Flirt #762458

Tints of Flirt #762458

RGB

 RED value IS 118 (46.48% from 255) = 48.76%

 GREEN value IS 36 (14.45% from 255) = 14.88%

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

R = 48.76%
G = 14.88%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#762458 (or 0x762458) is known color: Flirt. HEX triplet: 76, 24 and 58. RGB value is (118,36,88). Sum of RGB (Red+Green+Blue) = 118+36+88=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #762458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762458 is #89DBA7. Grayscale: #424242. Windows color (decimal): -9034664 or 5776502. OLE color: 5776502.

HSL color Cylindrical-coordinate representation of color #762458: hue angle of 321.95º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762458 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 88 -
CMYK 0 0.69 0.25 0.54
HSL 321.95º 0.53% 0.3% -
HSV(B) 321.95º 0.69% 0.46% -
XYZ 9.86 5.82 9.84 -
YUV 66.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 118 36 88 0 0.69 0.25 0.54 321.95 0.53 0.3
Hex 76 24 58 0 45 19 36 142 35 1E
Octal 166 44 130 0 105 31 66 502 65 36
Binary 1110110 100100 1011000 0 1000101 11001 110110 101000010 110101 11110

Color Harmonies of #762458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762458

Black with #762458

Text Example


Text Example

White with #762458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762458; }

 p { color: rgb(118,36,88); }

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

background-color css

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

 a { background-color: rgb(118,36,88); }

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

border-color css

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

 span { border-color: rgb(118,36,88); }

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