Html Css Color HEX #754384 Affair

📋 copy color: '#754384'

red 117 ◦ green 67 ◦ blue 132

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

Shades of Affair #754384

Tints of Affair #754384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 37.03%
G = 21.2%
B = 41.77%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#754384 (or 0x754384) is known color: Affair. HEX triplet: 75, 43 and 84. RGB value is (117,67,132). Sum of RGB (Red+Green+Blue) = 117+67+132=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #754384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754384 is #8ABC7B. Grayscale: #595959. Windows color (decimal): -9092220 or 8668021. OLE color: 8668021.

HSL color Cylindrical-coordinate representation of color #754384: hue angle of 286.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #754384 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 67 132 -
CMYK 0.11 0.49 0 0.48
HSL 286.15º 0.33% 0.39% -
HSV(B) 286.15º 0.49% 0.52% -
XYZ 13.51 9.46 22.94 -
YUV 89.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 117 67 132 0.11 0.49 0 0.48 286.15 0.33 0.39
Hex 75 43 84 B 31 0 30 11E 21 27
Octal 165 103 204 13 61 0 60 436 41 47
Binary 1110101 1000011 10000100 1011 110001 0 110000 100011110 100001 100111

Color Harmonies of #754384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754384

Black with #754384

Text Example


Text Example

White with #754384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754384; }

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

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

background-color css

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

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

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

border-color css

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

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

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