Html Css Color HEX #75335D Flirt

📋 copy color: '#75335D'

red 117 ◦ green 51 ◦ blue 93

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

Shades of Flirt #75335D

Tints of Flirt #75335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.54%

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 44.83%
G = 19.54%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75335D (or 0x75335D) is known color: Flirt. HEX triplet: 75, 33 and 5D. RGB value is (117,51,93). Sum of RGB (Red+Green+Blue) = 117+51+93=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75335D is #8ACCA2. Grayscale: #4B4B4B. Windows color (decimal): -9096355 or 6108021. OLE color: 6108021.

HSL color Cylindrical-coordinate representation of color #75335D: hue angle of 321.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75335D is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 93 -
CMYK 0 0.56 0.21 0.54
HSL 321.82º 0.39% 0.33% -
HSV(B) 321.82º 0.56% 0.46% -
XYZ 10.5 6.94 11.14 -
YUV 75.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 117 51 93 0 0.56 0.21 0.54 321.82 0.39 0.33
Hex 75 33 5D 0 38 15 36 142 27 21
Octal 165 63 135 0 70 25 66 502 47 41
Binary 1110101 110011 1011101 0 111000 10101 110110 101000010 100111 100001

Color Harmonies of #75335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75335D

Black with #75335D

Text Example


Text Example

White with #75335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75335D; }

 p { color: rgb(117,51,93); }

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

background-color css

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

 a { background-color: rgb(117,51,93); }

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

border-color css

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

 span { border-color: rgb(117,51,93); }

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