Html Css Color HEX #704B9F Studio

📋 copy color: '#704B9F'

red 112 ◦ green 75 ◦ blue 159

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

Shades of Studio #704B9F

Tints of Studio #704B9F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 32.37%
G = 21.68%
B = 45.95%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#704B9F (or 0x704B9F) is known color: Studio. HEX triplet: 70, 4B and 9F. RGB value is (112,75,159). Sum of RGB (Red+Green+Blue) = 112+75+159=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #704B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704B9F is #8FB460. Grayscale: #5F5F5F. Windows color (decimal): -9417825 or 10439536. OLE color: 10439536.

HSL color Cylindrical-coordinate representation of color #704B9F: hue angle of 266.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704B9F is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 75 159 -
CMYK 0.30 0.53 0 0.38
HSL 266.43º 0.36% 0.46% -
HSV(B) 266.43º 0.53% 0.62% -
XYZ 15.46 10.98 34.11 -
YUV 95.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 112 75 159 0.30 0.53 0 0.38 266.43 0.36 0.46
Hex 70 4B 9F 1E 35 0 26 10A 24 2E
Octal 160 113 237 36 65 0 46 412 44 56
Binary 1110000 1001011 10011111 11110 110101 0 100110 100001010 100100 101110

Color Harmonies of #704B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B9F

Black with #704B9F

Text Example


Text Example

White with #704B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704B9F; }

 p { color: rgb(112,75,159); }

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

background-color css

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

 a { background-color: rgb(112,75,159); }

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

border-color css

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

 span { border-color: rgb(112,75,159); }

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