Html Css Color HEX #71469B Studio

📋 copy color: '#71469B'

red 113 ◦ green 70 ◦ blue 155

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

Shades of Studio #71469B

Tints of Studio #71469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

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

R = 33.43%
G = 20.71%
B = 45.86%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71469B (or 0x71469B) is known color: Studio. HEX triplet: 71, 46 and 9B. RGB value is (113,70,155). Sum of RGB (Red+Green+Blue) = 113+70+155=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #71469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71469B is #8EB964. Grayscale: #5C5C5C. Windows color (decimal): -9353573 or 10176113. OLE color: 10176113.

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

Color convert

RGB 113 70 155 -
CMYK 0.27 0.55 0 0.39
HSL 270.35º 0.38% 0.44% -
HSV(B) 270.35º 0.55% 0.61% -
XYZ 14.92 10.26 32.2 -
YUV 92.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 113 70 155 0.27 0.55 0 0.39 270.35 0.38 0.44
Hex 71 46 9B 1B 37 0 27 10E 26 2C
Octal 161 106 233 33 67 0 47 416 46 54
Binary 1110001 1000110 10011011 11011 110111 0 100111 100001110 100110 101100

Color Harmonies of #71469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71469B

Black with #71469B

Text Example


Text Example

White with #71469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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