Html Css Color HEX #734382 Affair

📋 copy color: '#734382'

red 115 ◦ green 67 ◦ blue 130

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

Shades of Affair #734382

Tints of Affair #734382

RGB

 RED value IS 115 (45.31% from 255) = 36.86%

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

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 36.86%
G = 21.47%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#734382 (or 0x734382) is known color: Affair. HEX triplet: 73, 43 and 82. RGB value is (115,67,130). Sum of RGB (Red+Green+Blue) = 115+67+130=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #734382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734382 is #8CBC7D. Grayscale: #585858. Windows color (decimal): -9223294 or 8536947. OLE color: 8536947.

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

Color convert

RGB 115 67 130 -
CMYK 0.12 0.48 0 0.49
HSL 285.71º 0.32% 0.39% -
HSV(B) 285.71º 0.48% 0.51% -
XYZ 13.11 9.27 22.22 -
YUV 88.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 115 67 130 0.12 0.48 0 0.49 285.71 0.32 0.39
Hex 73 43 82 C 30 0 31 11E 20 27
Octal 163 103 202 14 60 0 61 436 40 47
Binary 1110011 1000011 10000010 1100 110000 0 110001 100011110 100000 100111

Color Harmonies of #734382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734382

Black with #734382

Text Example


Text Example

White with #734382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734382; }

 p { color: rgb(115,67,130); }

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

background-color css

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

 a { background-color: rgb(115,67,130); }

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

border-color css

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

 span { border-color: rgb(115,67,130); }

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