Html Css Color HEX #714399 Royal Purple

📋 copy color: '#714399'

red 113 ◦ green 67 ◦ blue 153

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

Shades of Royal Purple #714399

Tints of Royal Purple #714399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 33.93%
G = 20.12%
B = 45.95%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#714399 (or 0x714399) is known color: Royal Purple. HEX triplet: 71, 43 and 99. RGB value is (113,67,153). Sum of RGB (Red+Green+Blue) = 113+67+153=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #714399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714399 is #8EBC66. Grayscale: #5A5A5A. Windows color (decimal): -9354343 or 10044273. OLE color: 10044273.

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

Color convert

RGB 113 67 153 -
CMYK 0.26 0.56 0 0.4
HSL 272.09º 0.39% 0.43% -
HSV(B) 272.09º 0.56% 0.6% -
XYZ 14.57 9.82 31.27 -
YUV 90.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 113 67 153 0.26 0.56 0 0.4 272.09 0.39 0.43
Hex 71 43 99 1A 38 0 28 110 27 2B
Octal 161 103 231 32 70 0 50 420 47 53
Binary 1110001 1000011 10011001 11010 111000 0 101000 100010000 100111 101011

Color Harmonies of #714399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714399

Black with #714399

Text Example


Text Example

White with #714399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714399; }

 p { color: rgb(113,67,153); }

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

background-color css

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

 a { background-color: rgb(113,67,153); }

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

border-color css

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

 span { border-color: rgb(113,67,153); }

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