Html Css Color HEX #73438B Affair

📋 copy color: '#73438B'

red 115 ◦ green 67 ◦ blue 139

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

Shades of Affair #73438B

Tints of Affair #73438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 35.83%
G = 20.87%
B = 43.3%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73438B (or 0x73438B) is known color: Affair. HEX triplet: 73, 43 and 8B. RGB value is (115,67,139). Sum of RGB (Red+Green+Blue) = 115+67+139=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #73438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73438B is #8CBC74. Grayscale: #595959. Windows color (decimal): -9223285 or 9126771. OLE color: 9126771.

HSL color Cylindrical-coordinate representation of color #73438B: hue angle of 280º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73438B is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 67 139 -
CMYK 0.17 0.52 0 0.45
HSL 280º 0.35% 0.4% -
HSV(B) 280º 0.52% 0.55% -
XYZ 13.74 9.52 25.54 -
YUV 89.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 115 67 139 0.17 0.52 0 0.45 280 0.35 0.4
Hex 73 43 8B 11 34 0 2D 118 23 28
Octal 163 103 213 21 64 0 55 430 43 50
Binary 1110011 1000011 10001011 10001 110100 0 101101 100011000 100011 101000

Color Harmonies of #73438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73438B

Black with #73438B

Text Example


Text Example

White with #73438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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