Html Css Color HEX #754A7D Affair

📋 copy color: '#754A7D'

red 117 ◦ green 74 ◦ blue 125

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

Shades of Affair #754A7D

Tints of Affair #754A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 37.03%
G = 23.42%
B = 39.56%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#754A7D (or 0x754A7D) is known color: Affair. HEX triplet: 75, 4A and 7D. RGB value is (117,74,125). Sum of RGB (Red+Green+Blue) = 117+74+125=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #754A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A7D is #8AB582. Grayscale: #5C5C5C. Windows color (decimal): -9090435 or 8211061. OLE color: 8211061.

HSL color Cylindrical-coordinate representation of color #754A7D: hue angle of 290.59º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754A7D is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 74 125 -
CMYK 0.06 0.41 0 0.51
HSL 290.59º 0.26% 0.39% -
HSV(B) 290.59º 0.41% 0.49% -
XYZ 13.49 10.16 20.65 -
YUV 92.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 117 74 125 0.06 0.41 0 0.51 290.59 0.26 0.39
Hex 75 4A 7D 6 29 0 33 123 1A 27
Octal 165 112 175 6 51 0 63 443 32 47
Binary 1110101 1001010 1111101 110 101001 0 110011 100100011 11010 100111

Color Harmonies of #754A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A7D

Black with #754A7D

Text Example


Text Example

White with #754A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754A7D; }

 p { color: rgb(117,74,125); }

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

background-color css

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

 a { background-color: rgb(117,74,125); }

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

border-color css

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

 span { border-color: rgb(117,74,125); }

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