Html Css Color HEX #75294F Flirt

📋 copy color: '#75294F'

red 117 ◦ green 41 ◦ blue 79

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

Shades of Flirt #75294F

Tints of Flirt #75294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

 BLUE value IS 79 (31.25% from 255) = 33.33%

R = 49.37%
G = 17.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75294F (or 0x75294F) is known color: Flirt. HEX triplet: 75, 29 and 4F. RGB value is (117,41,79). Sum of RGB (Red+Green+Blue) = 117+41+79=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #75294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75294F is #8AD6B0. Grayscale: #434343. Windows color (decimal): -9098929 or 5187957. OLE color: 5187957.

HSL color Cylindrical-coordinate representation of color #75294F: hue angle of 330º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75294F is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 79 -
CMYK 0 0.65 0.32 0.54
HSL 330º 0.48% 0.31% -
HSV(B) 330º 0.65% 0.46% -
XYZ 9.54 5.93 8.04 -
YUV 68.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 117 41 79 0 0.65 0.32 0.54 330 0.48 0.31
Hex 75 29 4F 0 41 20 36 14A 30 1F
Octal 165 51 117 0 101 40 66 512 60 37
Binary 1110101 101001 1001111 0 1000001 100000 110110 101001010 110000 11111

Color Harmonies of #75294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75294F

Black with #75294F

Text Example


Text Example

White with #75294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75294F; }

 p { color: rgb(117,41,79); }

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

background-color css

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

 a { background-color: rgb(117,41,79); }

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

border-color css

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

 span { border-color: rgb(117,41,79); }

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