Html Css Color HEX #71469F Studio

📋 copy color: '#71469F'

red 113 ◦ green 70 ◦ blue 159

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

Shades of Studio #71469F

Tints of Studio #71469F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.49%

R = 33.04%
G = 20.47%
B = 46.49%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71469F (or 0x71469F) is known color: Studio. HEX triplet: 71, 46 and 9F. RGB value is (113,70,159). Sum of RGB (Red+Green+Blue) = 113+70+159=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #71469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71469F is #8EB960. Grayscale: #5C5C5C. Windows color (decimal): -9353569 or 10438257. OLE color: 10438257.

HSL color Cylindrical-coordinate representation of color #71469F: hue angle of 268.99º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71469F is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 70 159 -
CMYK 0.29 0.56 0 0.38
HSL 268.99º 0.39% 0.45% -
HSV(B) 268.99º 0.56% 0.62% -
XYZ 15.26 10.39 34 -
YUV 93 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 113 70 159 0.29 0.56 0 0.38 268.99 0.39 0.45
Hex 71 46 9F 1D 38 0 26 10D 27 2D
Octal 161 106 237 35 70 0 46 415 47 55
Binary 1110001 1000110 10011111 11101 111000 0 100110 100001101 100111 101101

Color Harmonies of #71469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71469F

Black with #71469F

Text Example


Text Example

White with #71469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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