Html Css Color HEX #70438B Affair

📋 copy color: '#70438B'

red 112 ◦ green 67 ◦ blue 139

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

Shades of Affair #70438B

Tints of Affair #70438B

RGB

 RED value IS 112 (44.14% from 255) = 35.22%

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

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

R = 35.22%
G = 21.07%
B = 43.71%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70438B (or 0x70438B) is known color: Affair. HEX triplet: 70, 43 and 8B. RGB value is (112,67,139). Sum of RGB (Red+Green+Blue) = 112+67+139=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #70438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70438B is #8FBC74. Grayscale: #585858. Windows color (decimal): -9419893 or 9126768. OLE color: 9126768.

HSL color Cylindrical-coordinate representation of color #70438B: hue angle of 277.5º 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 #70438B is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 67 139 -
CMYK 0.19 0.52 0 0.45
HSL 277.5º 0.35% 0.4% -
HSV(B) 277.5º 0.52% 0.55% -
XYZ 13.35 9.32 25.52 -
YUV 88.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 112 67 139 0.19 0.52 0 0.45 277.5 0.35 0.4
Hex 70 43 8B 13 34 0 2D 116 23 28
Octal 160 103 213 23 64 0 55 426 43 50
Binary 1110000 1000011 10001011 10011 110100 0 101101 100010110 100011 101000

Color Harmonies of #70438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70438B

Black with #70438B

Text Example


Text Example

White with #70438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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