Html Css Color HEX #71449A Studio

📋 copy color: '#71449A'

red 113 ◦ green 68 ◦ blue 154

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

Shades of Studio #71449A

Tints of Studio #71449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.97%

R = 33.73%
G = 20.3%
B = 45.97%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71449A (or 0x71449A) is known color: Studio. HEX triplet: 71, 44 and 9A. RGB value is (113,68,154). Sum of RGB (Red+Green+Blue) = 113+68+154=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #71449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71449A is #8EBB65. Grayscale: #5A5A5A. Windows color (decimal): -9354086 or 10110065. OLE color: 10110065.

HSL color Cylindrical-coordinate representation of color #71449A: hue angle of 271.4º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71449A is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 68 154 -
CMYK 0.27 0.56 0 0.40
HSL 271.4º 0.39% 0.44% -
HSV(B) 271.4º 0.56% 0.6% -
XYZ 14.71 9.98 31.72 -
YUV 91.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 113 68 154 0.27 0.56 0 0.40 271.4 0.39 0.44
Hex 71 44 9A 1B 38 0 28 10F 27 2C
Octal 161 104 232 33 70 0 50 417 47 54
Binary 1110001 1000100 10011010 11011 111000 0 101000 100001111 100111 101100

Color Harmonies of #71449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71449A

Black with #71449A

Text Example


Text Example

White with #71449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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