Html Css Color HEX #754385 Affair

📋 copy color: '#754385'

red 117 ◦ green 67 ◦ blue 133

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

Shades of Affair #754385

Tints of Affair #754385

RGB

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

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

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

R = 36.91%
G = 21.14%
B = 41.96%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#754385 (or 0x754385) is known color: Affair. HEX triplet: 75, 43 and 85. RGB value is (117,67,133). Sum of RGB (Red+Green+Blue) = 117+67+133=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #754385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754385 is #8ABC7A. Grayscale: #595959. Windows color (decimal): -9092219 or 8733557. OLE color: 8733557.

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

Color convert

RGB 117 67 133 -
CMYK 0.12 0.50 0 0.48
HSL 285.45º 0.33% 0.39% -
HSV(B) 285.45º 0.5% 0.52% -
XYZ 13.58 9.49 23.31 -
YUV 89.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 117 67 133 0.12 0.50 0 0.48 285.45 0.33 0.39
Hex 75 43 85 C 32 0 30 11D 21 27
Octal 165 103 205 14 62 0 60 435 41 47
Binary 1110101 1000011 10000101 1100 110010 0 110000 100011101 100001 100111

Color Harmonies of #754385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754385

Black with #754385

Text Example


Text Example

White with #754385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754385; }

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

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

background-color css

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

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

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

border-color css

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

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

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