Html Css Color HEX #714498 Studio

📋 copy color: '#714498'

red 113 ◦ green 68 ◦ blue 152

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

Shades of Studio #714498

Tints of Studio #714498

RGB

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

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

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

R = 33.93%
G = 20.42%
B = 45.65%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#714498 (or 0x714498) is known color: Studio. HEX triplet: 71, 44 and 98. RGB value is (113,68,152). Sum of RGB (Red+Green+Blue) = 113+68+152=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #714498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714498 is #8EBB67. Grayscale: #5A5A5A. Windows color (decimal): -9354088 or 9978993. OLE color: 9978993.

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

Color convert

RGB 113 68 152 -
CMYK 0.26 0.55 0 0.40
HSL 272.14º 0.38% 0.43% -
HSV(B) 272.14º 0.55% 0.6% -
XYZ 14.54 9.91 30.85 -
YUV 91.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 113 68 152 0.26 0.55 0 0.40 272.14 0.38 0.43
Hex 71 44 98 1A 37 0 28 110 26 2B
Octal 161 104 230 32 67 0 50 420 46 53
Binary 1110001 1000100 10011000 11010 110111 0 101000 100010000 100110 101011

Color Harmonies of #714498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714498

Black with #714498

Text Example


Text Example

White with #714498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714498; }

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

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

background-color css

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

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

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

border-color css

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

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

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