Html Css Color HEX #714BAB Studio

📋 copy color: '#714BAB'

red 113 ◦ green 75 ◦ blue 171

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

Shades of Studio #714BAB

Tints of Studio #714BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.89%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 31.48%
G = 20.89%
B = 47.63%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#714BAB (or 0x714BAB) is known color: Studio. HEX triplet: 71, 4B and AB. RGB value is (113,75,171). Sum of RGB (Red+Green+Blue) = 113+75+171=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #714BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714BAB is #8EB454. Grayscale: #606060. Windows color (decimal): -9352277 or 11225969. OLE color: 11225969.

HSL color Cylindrical-coordinate representation of color #714BAB: hue angle of 263.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714BAB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 75 171 -
CMYK 0.34 0.56 0 0.33
HSL 263.75º 0.39% 0.48% -
HSV(B) 263.75º 0.56% 0.67% -
XYZ 16.68 11.48 39.87 -
YUV 97.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 113 75 171 0.34 0.56 0 0.33 263.75 0.39 0.48
Hex 71 4B AB 22 38 0 21 108 27 30
Octal 161 113 253 42 70 0 41 410 47 60
Binary 1110001 1001011 10101011 100010 111000 0 100001 100001000 100111 110000

Color Harmonies of #714BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BAB

Black with #714BAB

Text Example


Text Example

White with #714BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714BAB; }

 p { color: rgb(113,75,171); }

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

background-color css

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

 a { background-color: rgb(113,75,171); }

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

border-color css

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

 span { border-color: rgb(113,75,171); }

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