Html Css Color HEX #674783 Affair

📋 copy color: '#674783'

red 103 ◦ green 71 ◦ blue 131

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

Shades of Affair #674783

Tints of Affair #674783

RGB

 RED value IS 103 (40.63% from 255) = 33.77%

 GREEN value IS 71 (28.13% from 255) = 23.28%

 BLUE value IS 131 (51.56% from 255) = 42.95%

R = 33.77%
G = 23.28%
B = 42.95%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#674783 (or 0x674783) is known color: Affair. HEX triplet: 67, 47 and 83. RGB value is (103,71,131). Sum of RGB (Red+Green+Blue) = 103+71+131=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #674783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674783 is #98B87C. Grayscale: #575757. Windows color (decimal): -10008701 or 8603495. OLE color: 8603495.

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

Color convert

RGB 103 71 131 -
CMYK 0.21 0.46 0 0.49
HSL 272º 0.3% 0.4% -
HSV(B) 272º 0.46% 0.51% -
XYZ 11.94 9.03 22.59 -
YUV 87.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 103 71 131 0.21 0.46 0 0.49 272 0.3 0.4
Hex 67 47 83 15 2E 0 31 110 1E 28
Octal 147 107 203 25 56 0 61 420 36 50
Binary 1100111 1000111 10000011 10101 101110 0 110001 100010000 11110 101000

Color Harmonies of #674783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674783

Black with #674783

Text Example


Text Example

White with #674783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674783; }

 p { color: rgb(103,71,131); }

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

background-color css

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

 a { background-color: rgb(103,71,131); }

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

border-color css

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

 span { border-color: rgb(103,71,131); }

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