Html Css Color HEX #71539B Studio

📋 copy color: '#71539B'

red 113 ◦ green 83 ◦ blue 155

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

Shades of Studio #71539B

Tints of Studio #71539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 32.19%
G = 23.65%
B = 44.16%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71539B (or 0x71539B) is known color: Studio. HEX triplet: 71, 53 and 9B. RGB value is (113,83,155). Sum of RGB (Red+Green+Blue) = 113+83+155=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #71539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71539B is #8EAC64. Grayscale: #636363. Windows color (decimal): -9350245 or 10179441. OLE color: 10179441.

HSL color Cylindrical-coordinate representation of color #71539B: hue angle of 265º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71539B is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 83 155 -
CMYK 0.27 0.46 0 0.39
HSL 265º 0.3% 0.47% -
HSV(B) 265º 0.46% 0.61% -
XYZ 15.82 12.06 32.51 -
YUV 100.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 113 83 155 0.27 0.46 0 0.39 265 0.3 0.47
Hex 71 53 9B 1B 2E 0 27 109 1E 2F
Octal 161 123 233 33 56 0 47 411 36 57
Binary 1110001 1010011 10011011 11011 101110 0 100111 100001001 11110 101111

Color Harmonies of #71539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71539B

Black with #71539B

Text Example


Text Example

White with #71539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71539B; }

 p { color: rgb(113,83,155); }

 H1.HeaderClassName
 {
   color: #71539B;
 }
 .AnyTagClassName
 {
   color: #71539B;
 }
</style>

background-color css

<style>
 a { background-color: #71539B; }

 a { background-color: rgb(113,83,155); }

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

border-color css

<style>
 span { border-color: #71539B; }

 span { border-color: rgb(113,83,155); }

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