Html Css Color HEX #71449E Studio

📋 copy color: '#71449E'

red 113 ◦ green 68 ◦ blue 158

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

Shades of Studio #71449E

Tints of Studio #71449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

 BLUE value IS 158 (62.11% from 255) = 46.61%

R = 33.33%
G = 20.06%
B = 46.61%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71449E (or 0x71449E) is known color: Studio. HEX triplet: 71, 44 and 9E. RGB value is (113,68,158). Sum of RGB (Red+Green+Blue) = 113+68+158=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #71449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71449E is #8EBB61. Grayscale: #5B5B5B. Windows color (decimal): -9354082 or 10372209. OLE color: 10372209.

HSL color Cylindrical-coordinate representation of color #71449E: hue angle of 270º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71449E is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 68 158 -
CMYK 0.28 0.57 0 0.38
HSL 270º 0.4% 0.44% -
HSV(B) 270º 0.57% 0.62% -
XYZ 15.05 10.11 33.51 -
YUV 91.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 113 68 158 0.28 0.57 0 0.38 270 0.4 0.44
Hex 71 44 9E 1C 39 0 26 10E 28 2C
Octal 161 104 236 34 71 0 46 416 50 54
Binary 1110001 1000100 10011110 11100 111001 0 100110 100001110 101000 101100

Color Harmonies of #71449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71449E

Black with #71449E

Text Example


Text Example

White with #71449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71449E; }

 p { color: rgb(113,68,158); }

 H1.HeaderClassName
 {
   color: #71449E;
 }
 .AnyTagClassName
 {
   color: #71449E;
 }
</style>

background-color css

<style>
 a { background-color: #71449E; }

 a { background-color: rgb(113,68,158); }

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

border-color css

<style>
 span { border-color: #71449E; }

 span { border-color: rgb(113,68,158); }

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