Html Css Color HEX #714CB5 Studio

📋 copy color: '#714CB5'

red 113 ◦ green 76 ◦ blue 181

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

Shades of Studio #714CB5

Tints of Studio #714CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.92%

R = 30.54%
G = 20.54%
B = 48.92%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#714CB5 (or 0x714CB5) is known color: Studio. HEX triplet: 71, 4C and B5. RGB value is (113,76,181). Sum of RGB (Red+Green+Blue) = 113+76+181=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #714CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CB5 is #8EB34A. Grayscale: #626262. Windows color (decimal): -9352011 or 11881585. OLE color: 11881585.

HSL color Cylindrical-coordinate representation of color #714CB5: hue angle of 261.14º degrees, saturation: 0.42, 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 #714CB5 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 76 181 -
CMYK 0.38 0.58 0 0.29
HSL 261.14º 0.42% 0.5% -
HSV(B) 261.14º 0.58% 0.71% -
XYZ 17.73 12.02 45.1 -
YUV 99.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 113 76 181 0.38 0.58 0 0.29 261.14 0.42 0.5
Hex 71 4C B5 26 3A 0 1D 105 2A 32
Octal 161 114 265 46 72 0 35 405 52 62
Binary 1110001 1001100 10110101 100110 111010 0 11101 100000101 101010 110010

Color Harmonies of #714CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CB5

Black with #714CB5

Text Example


Text Example

White with #714CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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