Html Css Color HEX #754885 Affair

📋 copy color: '#754885'

red 117 ◦ green 72 ◦ blue 133

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

Shades of Affair #754885

Tints of Affair #754885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 36.34%
G = 22.36%
B = 41.3%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#754885 (or 0x754885) is known color: Affair. HEX triplet: 75, 48 and 85. RGB value is (117,72,133). Sum of RGB (Red+Green+Blue) = 117+72+133=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #754885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754885 is #8AB77A. Grayscale: #5C5C5C. Windows color (decimal): -9090939 or 8734837. OLE color: 8734837.

HSL color Cylindrical-coordinate representation of color #754885: hue angle of 284.26º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754885 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 72 133 -
CMYK 0.12 0.46 0 0.48
HSL 284.26º 0.3% 0.4% -
HSV(B) 284.26º 0.46% 0.52% -
XYZ 13.89 10.11 23.41 -
YUV 92.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 117 72 133 0.12 0.46 0 0.48 284.26 0.3 0.4
Hex 75 48 85 C 2E 0 30 11C 1E 28
Octal 165 110 205 14 56 0 60 434 36 50
Binary 1110101 1001000 10000101 1100 101110 0 110000 100011100 11110 101000

Color Harmonies of #754885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754885

Black with #754885

Text Example


Text Example

White with #754885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754885; }

 p { color: rgb(117,72,133); }

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

background-color css

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

 a { background-color: rgb(117,72,133); }

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

border-color css

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

 span { border-color: rgb(117,72,133); }

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