Html Css Color HEX #714398 Royal Purple

📋 copy color: '#714398'

red 113 ◦ green 67 ◦ blue 152

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

Shades of Royal Purple #714398

Tints of Royal Purple #714398

RGB

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

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

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

R = 34.04%
G = 20.18%
B = 45.78%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#714398 (or 0x714398) is known color: Royal Purple. HEX triplet: 71, 43 and 98. RGB value is (113,67,152). Sum of RGB (Red+Green+Blue) = 113+67+152=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #714398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714398 is #8EBC67. Grayscale: #5A5A5A. Windows color (decimal): -9354344 or 9978737. OLE color: 9978737.

HSL color Cylindrical-coordinate representation of color #714398: hue angle of 272.47º 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 #714398 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 67 152 -
CMYK 0.26 0.56 0 0.40
HSL 272.47º 0.39% 0.43% -
HSV(B) 272.47º 0.56% 0.6% -
XYZ 14.48 9.79 30.83 -
YUV 90.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 113 67 152 0.26 0.56 0 0.40 272.47 0.39 0.43
Hex 71 43 98 1A 38 0 28 110 27 2B
Octal 161 103 230 32 70 0 50 420 47 53
Binary 1110001 1000011 10011000 11010 111000 0 101000 100010000 100111 101011

Color Harmonies of #714398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714398

Black with #714398

Text Example


Text Example

White with #714398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714398; }

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

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

background-color css

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

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

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

border-color css

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

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

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