Html Css Color HEX #71509D Studio

📋 copy color: '#71509D'

red 113 ◦ green 80 ◦ blue 157

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

Shades of Studio #71509D

Tints of Studio #71509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

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

R = 32.29%
G = 22.86%
B = 44.86%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71509D (or 0x71509D) is known color: Studio. HEX triplet: 71, 50 and 9D. RGB value is (113,80,157). Sum of RGB (Red+Green+Blue) = 113+80+157=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #71509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71509D is #8EAF62. Grayscale: #626262. Windows color (decimal): -9351011 or 10309745. OLE color: 10309745.

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

Color convert

RGB 113 80 157 -
CMYK 0.28 0.49 0 0.38
HSL 265.71º 0.32% 0.46% -
HSV(B) 265.71º 0.49% 0.62% -
XYZ 15.76 11.68 33.32 -
YUV 98.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 113 80 157 0.28 0.49 0 0.38 265.71 0.32 0.46
Hex 71 50 9D 1C 31 0 26 10A 20 2E
Octal 161 120 235 34 61 0 46 412 40 56
Binary 1110001 1010000 10011101 11100 110001 0 100110 100001010 100000 101110

Color Harmonies of #71509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71509D

Black with #71509D

Text Example


Text Example

White with #71509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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