Html Css Color HEX #754388 Affair

📋 copy color: '#754388'

red 117 ◦ green 67 ◦ blue 136

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

Shades of Affair #754388

Tints of Affair #754388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 36.56%
G = 20.94%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#754388 (or 0x754388) is known color: Affair. HEX triplet: 75, 43 and 88. RGB value is (117,67,136). Sum of RGB (Red+Green+Blue) = 117+67+136=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #754388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754388 is #8ABC77. Grayscale: #595959. Windows color (decimal): -9092216 or 8930165. OLE color: 8930165.

HSL color Cylindrical-coordinate representation of color #754388: hue angle of 283.48º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754388 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 67 136 -
CMYK 0.14 0.51 0 0.47
HSL 283.48º 0.34% 0.4% -
HSV(B) 283.48º 0.51% 0.53% -
XYZ 13.79 9.57 24.41 -
YUV 89.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 117 67 136 0.14 0.51 0 0.47 283.48 0.34 0.4
Hex 75 43 88 E 33 0 2F 11B 22 28
Octal 165 103 210 16 63 0 57 433 42 50
Binary 1110101 1000011 10001000 1110 110011 0 101111 100011011 100010 101000

Color Harmonies of #754388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754388

Black with #754388

Text Example


Text Example

White with #754388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754388; }

 p { color: rgb(117,67,136); }

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

background-color css

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

 a { background-color: rgb(117,67,136); }

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

border-color css

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

 span { border-color: rgb(117,67,136); }

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