Html Css Color HEX #715398 Studio

📋 copy color: '#715398'

red 113 ◦ green 83 ◦ blue 152

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

Shades of Studio #715398

Tints of Studio #715398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.85%

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 32.47%
G = 23.85%
B = 43.68%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#715398 (or 0x715398) is known color: Studio. HEX triplet: 71, 53 and 98. RGB value is (113,83,152). Sum of RGB (Red+Green+Blue) = 113+83+152=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #715398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715398 is #8EAC67. Grayscale: #636363. Windows color (decimal): -9350248 or 9982833. OLE color: 9982833.

HSL color Cylindrical-coordinate representation of color #715398: hue angle of 266.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715398 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 83 152 -
CMYK 0.26 0.45 0 0.40
HSL 266.09º 0.29% 0.46% -
HSV(B) 266.09º 0.45% 0.6% -
XYZ 15.57 11.96 31.19 -
YUV 99.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 113 83 152 0.26 0.45 0 0.40 266.09 0.29 0.46
Hex 71 53 98 1A 2D 0 28 10A 1D 2E
Octal 161 123 230 32 55 0 50 412 35 56
Binary 1110001 1010011 10011000 11010 101101 0 101000 100001010 11101 101110

Color Harmonies of #715398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715398

Black with #715398

Text Example


Text Example

White with #715398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715398; }

 p { color: rgb(113,83,152); }

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

background-color css

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

 a { background-color: rgb(113,83,152); }

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

border-color css

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

 span { border-color: rgb(113,83,152); }

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