Html Css Color HEX #71549D Studio

📋 copy color: '#71549D'

red 113 ◦ green 84 ◦ blue 157

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

Shades of Studio #71549D

Tints of Studio #71549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.73%

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 31.92%
G = 23.73%
B = 44.35%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71549D (or 0x71549D) is known color: Studio. HEX triplet: 71, 54 and 9D. RGB value is (113,84,157). Sum of RGB (Red+Green+Blue) = 113+84+157=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #71549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71549D is #8EAB62. Grayscale: #646464. Windows color (decimal): -9349987 or 10310769. OLE color: 10310769.

HSL color Cylindrical-coordinate representation of color #71549D: hue angle of 263.84º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71549D is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 84 157 -
CMYK 0.28 0.46 0 0.38
HSL 263.84º 0.3% 0.47% -
HSV(B) 263.84º 0.46% 0.62% -
XYZ 16.07 12.29 33.42 -
YUV 100.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 113 84 157 0.28 0.46 0 0.38 263.84 0.3 0.47
Hex 71 54 9D 1C 2E 0 26 108 1E 2F
Octal 161 124 235 34 56 0 46 410 36 57
Binary 1110001 1010100 10011101 11100 101110 0 100110 100001000 11110 101111

Color Harmonies of #71549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71549D

Black with #71549D

Text Example


Text Example

White with #71549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71549D; }

 p { color: rgb(113,84,157); }

 H1.HeaderClassName
 {
   color: #71549D;
 }
 .AnyTagClassName
 {
   color: #71549D;
 }
</style>

background-color css

<style>
 a { background-color: #71549D; }

 a { background-color: rgb(113,84,157); }

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

border-color css

<style>
 span { border-color: #71549D; }

 span { border-color: rgb(113,84,157); }

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