Html Css Color HEX #714CB4 Studio

📋 copy color: '#714CB4'

red 113 ◦ green 76 ◦ blue 180

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

Shades of Studio #714CB4

Tints of Studio #714CB4

RGB

 RED value IS 113 (44.53% from 255) = 30.62%

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

 BLUE value IS 180 (70.7% from 255) = 48.78%

R = 30.62%
G = 20.6%
B = 48.78%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#714CB4 (or 0x714CB4) is known color: Studio. HEX triplet: 71, 4C and B4. RGB value is (113,76,180). Sum of RGB (Red+Green+Blue) = 113+76+180=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #714CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CB4 is #8EB34B. Grayscale: #626262. Windows color (decimal): -9352012 or 11816049. OLE color: 11816049.

HSL color Cylindrical-coordinate representation of color #714CB4: hue angle of 261.35º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714CB4 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 76 180 -
CMYK 0.37 0.58 0 0.29
HSL 261.35º 0.41% 0.5% -
HSV(B) 261.35º 0.58% 0.71% -
XYZ 17.63 11.97 44.56 -
YUV 98.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 113 76 180 0.37 0.58 0 0.29 261.35 0.41 0.5
Hex 71 4C B4 25 3A 0 1D 105 29 32
Octal 161 114 264 45 72 0 35 405 51 62
Binary 1110001 1001100 10110100 100101 111010 0 11101 100000101 101001 110010

Color Harmonies of #714CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CB4

Black with #714CB4

Text Example


Text Example

White with #714CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714CB4; }

 p { color: rgb(113,76,180); }

 H1.HeaderClassName
 {
   color: #714CB4;
 }
 .AnyTagClassName
 {
   color: #714CB4;
 }
</style>

background-color css

<style>
 a { background-color: #714CB4; }

 a { background-color: rgb(113,76,180); }

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

border-color css

<style>
 span { border-color: #714CB4; }

 span { border-color: rgb(113,76,180); }

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