Html Css Color HEX #71469C Studio

📋 copy color: '#71469C'

red 113 ◦ green 70 ◦ blue 156

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

Shades of Studio #71469C

Tints of Studio #71469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 33.33%
G = 20.65%
B = 46.02%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71469C (or 0x71469C) is known color: Studio. HEX triplet: 71, 46 and 9C. RGB value is (113,70,156). Sum of RGB (Red+Green+Blue) = 113+70+156=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #71469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71469C is #8EB963. Grayscale: #5C5C5C. Windows color (decimal): -9353572 or 10241649. OLE color: 10241649.

HSL color Cylindrical-coordinate representation of color #71469C: hue angle of 270º 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 #71469C is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 70 156 -
CMYK 0.28 0.55 0 0.39
HSL 270º 0.38% 0.44% -
HSV(B) 270º 0.55% 0.61% -
XYZ 15 10.29 32.65 -
YUV 92.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 113 70 156 0.28 0.55 0 0.39 270 0.38 0.44
Hex 71 46 9C 1C 37 0 27 10E 26 2C
Octal 161 106 234 34 67 0 47 416 46 54
Binary 1110001 1000110 10011100 11100 110111 0 100111 100001110 100110 101100

Color Harmonies of #71469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71469C

Black with #71469C

Text Example


Text Example

White with #71469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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