Html Css Color HEX #75294C Flirt

📋 copy color: '#75294C'

red 117 ◦ green 41 ◦ blue 76

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

Shades of Flirt #75294C

Tints of Flirt #75294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.48%

R = 50%
G = 17.52%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75294C (or 0x75294C) is known color: Flirt. HEX triplet: 75, 29 and 4C. RGB value is (117,41,76). Sum of RGB (Red+Green+Blue) = 117+41+76=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75294C is #8AD6B3. Grayscale: #434343. Windows color (decimal): -9098932 or 4991349. OLE color: 4991349.

HSL color Cylindrical-coordinate representation of color #75294C: hue angle of 332.37º 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 #75294C is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 76 -
CMYK 0 0.65 0.35 0.54
HSL 332.37º 0.48% 0.31% -
HSV(B) 332.37º 0.65% 0.46% -
XYZ 9.43 5.89 7.48 -
YUV 67.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 117 41 76 0 0.65 0.35 0.54 332.37 0.48 0.31
Hex 75 29 4C 0 41 23 36 14C 30 1F
Octal 165 51 114 0 101 43 66 514 60 37
Binary 1110101 101001 1001100 0 1000001 100011 110110 101001100 110000 11111

Color Harmonies of #75294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75294C

Black with #75294C

Text Example


Text Example

White with #75294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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