Html Css Color HEX #614BA0 Royal Purple

📋 copy color: '#614BA0'

red 97 ◦ green 75 ◦ blue 160

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

Shades of Royal Purple #614BA0

Tints of Royal Purple #614BA0

RGB

 RED value IS 97 (38.28% from 255) = 29.22%

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

 BLUE value IS 160 (62.89% from 255) = 48.19%

R = 29.22%
G = 22.59%
B = 48.19%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#614BA0 (or 0x614BA0) is known color: Royal Purple. HEX triplet: 61, 4B and A0. RGB value is (97,75,160). Sum of RGB (Red+Green+Blue) = 97+75+160=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #614BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614BA0 is #9EB45F. Grayscale: #5A5A5A. Windows color (decimal): -10400864 or 10505057. OLE color: 10505057.

HSL color Cylindrical-coordinate representation of color #614BA0: hue angle of 255.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #614BA0 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 75 160 -
CMYK 0.39 0.53 0 0.37
HSL 255.53º 0.36% 0.46% -
HSV(B) 255.53º 0.53% 0.63% -
XYZ 13.79 10.11 34.48 -
YUV 91.27 166.79 132.09 -
System Red Green Blue C M Y K H S L
Decimal 97 75 160 0.39 0.53 0 0.37 255.53 0.36 0.46
Hex 61 4B A0 27 35 0 25 100 24 2E
Octal 141 113 240 47 65 0 45 400 44 56
Binary 1100001 1001011 10100000 100111 110101 0 100101 100000000 100100 101110

Color Harmonies of #614BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BA0

Black with #614BA0

Text Example


Text Example

White with #614BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614BA0; }

 p { color: rgb(97,75,160); }

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

background-color css

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

 a { background-color: rgb(97,75,160); }

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

border-color css

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

 span { border-color: rgb(97,75,160); }

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