Html Css Color HEX #752A5A Flirt

📋 copy color: '#752A5A'

red 117 ◦ green 42 ◦ blue 90

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

Shades of Flirt #752A5A

Tints of Flirt #752A5A

RGB

 RED value IS 117 (46.09% from 255) = 46.99%

 GREEN value IS 42 (16.8% from 255) = 16.87%

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 46.99%
G = 16.87%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#752A5A (or 0x752A5A) is known color: Flirt. HEX triplet: 75, 2A and 5A. RGB value is (117,42,90). Sum of RGB (Red+Green+Blue) = 117+42+90=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A5A is #8AD5A5. Grayscale: #454545. Windows color (decimal): -9098662 or 5909109. OLE color: 5909109.

HSL color Cylindrical-coordinate representation of color #752A5A: hue angle of 321.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A5A is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 90 -
CMYK 0 0.64 0.23 0.54
HSL 321.6º 0.47% 0.31% -
HSV(B) 321.6º 0.64% 0.46% -
XYZ 10.01 6.18 10.34 -
YUV 69.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 117 42 90 0 0.64 0.23 0.54 321.6 0.47 0.31
Hex 75 2A 5A 0 40 17 36 142 2F 1F
Octal 165 52 132 0 100 27 66 502 57 37
Binary 1110101 101010 1011010 0 1000000 10111 110110 101000010 101111 11111

Color Harmonies of #752A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A5A

Black with #752A5A

Text Example


Text Example

White with #752A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752A5A; }

 p { color: rgb(117,42,90); }

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

background-color css

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

 a { background-color: rgb(117,42,90); }

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

border-color css

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

 span { border-color: rgb(117,42,90); }

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