Html Css Color HEX #714EB3 Studio

📋 copy color: '#714EB3'

red 113 ◦ green 78 ◦ blue 179

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

Shades of Studio #714EB3

Tints of Studio #714EB3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.08%

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 30.54%
G = 21.08%
B = 48.38%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#714EB3 (or 0x714EB3) is known color: Studio. HEX triplet: 71, 4E and B3. RGB value is (113,78,179). Sum of RGB (Red+Green+Blue) = 113+78+179=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #714EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EB3 is #8EB14C. Grayscale: #636363. Windows color (decimal): -9351501 or 11751025. OLE color: 11751025.

HSL color Cylindrical-coordinate representation of color #714EB3: hue angle of 260.79º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714EB3 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 78 179 -
CMYK 0.37 0.56 0 0.30
HSL 260.79º 0.4% 0.5% -
HSV(B) 260.79º 0.56% 0.7% -
XYZ 17.67 12.21 44.07 -
YUV 99.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 113 78 179 0.37 0.56 0 0.30 260.79 0.4 0.5
Hex 71 4E B3 25 38 0 1E 105 28 32
Octal 161 116 263 45 70 0 36 405 50 62
Binary 1110001 1001110 10110011 100101 111000 0 11110 100000101 101000 110010

Color Harmonies of #714EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EB3

Black with #714EB3

Text Example


Text Example

White with #714EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,78,179); }

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

background-color css

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

 a { background-color: rgb(113,78,179); }

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

border-color css

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

 span { border-color: rgb(113,78,179); }

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