Html Css Color HEX #714098 Royal Purple

📋 copy color: '#714098'

red 113 ◦ green 64 ◦ blue 152

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

Shades of Royal Purple #714098

Tints of Royal Purple #714098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

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

R = 34.35%
G = 19.45%
B = 46.2%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#714098 (or 0x714098) is known color: Royal Purple. HEX triplet: 71, 40 and 98. RGB value is (113,64,152). Sum of RGB (Red+Green+Blue) = 113+64+152=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #714098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714098 is #8EBF67. Grayscale: #585858. Windows color (decimal): -9355112 or 9977969. OLE color: 9977969.

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

Color convert

RGB 113 64 152 -
CMYK 0.26 0.58 0 0.40
HSL 273.41º 0.41% 0.42% -
HSV(B) 273.41º 0.58% 0.6% -
XYZ 14.31 9.44 30.77 -
YUV 88.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 113 64 152 0.26 0.58 0 0.40 273.41 0.41 0.42
Hex 71 40 98 1A 3A 0 28 111 29 2A
Octal 161 100 230 32 72 0 50 421 51 52
Binary 1110001 1000000 10011000 11010 111010 0 101000 100010001 101001 101010

Color Harmonies of #714098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714098

Black with #714098

Text Example


Text Example

White with #714098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714098; }

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

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

background-color css

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

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

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

border-color css

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

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

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