Html Css Color HEX #704CB1 Studio

📋 copy color: '#704CB1'

red 112 ◦ green 76 ◦ blue 177

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

Shades of Studio #704CB1

Tints of Studio #704CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

 BLUE value IS 177 (69.53% from 255) = 48.49%

R = 30.68%
G = 20.82%
B = 48.49%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#704CB1 (or 0x704CB1) is known color: Studio. HEX triplet: 70, 4C and B1. RGB value is (112,76,177). Sum of RGB (Red+Green+Blue) = 112+76+177=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #704CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704CB1 is #8FB34E. Grayscale: #616161. Windows color (decimal): -9417551 or 11619440. OLE color: 11619440.

HSL color Cylindrical-coordinate representation of color #704CB1: hue angle of 261.39º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704CB1 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 76 177 -
CMYK 0.37 0.57 0 0.31
HSL 261.39º 0.4% 0.5% -
HSV(B) 261.39º 0.57% 0.69% -
XYZ 17.2 11.79 42.96 -
YUV 98.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 112 76 177 0.37 0.57 0 0.31 261.39 0.4 0.5
Hex 70 4C B1 25 39 0 1F 105 28 32
Octal 160 114 261 45 71 0 37 405 50 62
Binary 1110000 1001100 10110001 100101 111001 0 11111 100000101 101000 110010

Color Harmonies of #704CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CB1

Black with #704CB1

Text Example


Text Example

White with #704CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,76,177); }

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

background-color css

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

 a { background-color: rgb(112,76,177); }

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

border-color css

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

 span { border-color: rgb(112,76,177); }

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