Html Css Color HEX #704CA2 Studio

📋 copy color: '#704CA2'

red 112 ◦ green 76 ◦ blue 162

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

Shades of Studio #704CA2

Tints of Studio #704CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.29%

R = 32%
G = 21.71%
B = 46.29%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#704CA2 (or 0x704CA2) is known color: Studio. HEX triplet: 70, 4C and A2. RGB value is (112,76,162). Sum of RGB (Red+Green+Blue) = 112+76+162=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 162 - color contains mainly: blue. Hex color #704CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704CA2 is #8FB35D. Grayscale: #606060. Windows color (decimal): -9417566 or 10636400. OLE color: 10636400.

HSL color Cylindrical-coordinate representation of color #704CA2: hue angle of 265.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704CA2 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 76 162 -
CMYK 0.31 0.53 0 0.36
HSL 265.12º 0.36% 0.47% -
HSV(B) 265.12º 0.53% 0.64% -
XYZ 15.79 11.22 35.52 -
YUV 96.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 112 76 162 0.31 0.53 0 0.36 265.12 0.36 0.47
Hex 70 4C A2 1F 35 0 24 109 24 2F
Octal 160 114 242 37 65 0 44 411 44 57
Binary 1110000 1001100 10100010 11111 110101 0 100100 100001001 100100 101111

Color Harmonies of #704CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CA2

Black with #704CA2

Text Example


Text Example

White with #704CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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