Html Css Color HEX #614BA1 Royal Purple

📋 copy color: '#614BA1'

red 97 ◦ green 75 ◦ blue 161

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

Shades of Royal Purple #614BA1

Tints of Royal Purple #614BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 48.35%

R = 29.13%
G = 22.52%
B = 48.35%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#614BA1 (or 0x614BA1) is known color: Royal Purple. HEX triplet: 61, 4B and A1. RGB value is (97,75,161). Sum of RGB (Red+Green+Blue) = 97+75+161=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 161 (63.28% from 255 or 48.35% from 333); Max value from RGB is 161 - color contains mainly: blue. Hex color #614BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614BA1 is #9EB45E. Grayscale: #5B5B5B. Windows color (decimal): -10400863 or 10570593. OLE color: 10570593.

HSL color Cylindrical-coordinate representation of color #614BA1: hue angle of 255.35º 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 #614BA1 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 75 161 -
CMYK 0.40 0.53 0 0.37
HSL 255.35º 0.36% 0.46% -
HSV(B) 255.35º 0.53% 0.63% -
XYZ 13.88 10.15 34.95 -
YUV 91.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 97 75 161 0.40 0.53 0 0.37 255.35 0.36 0.46
Hex 61 4B A1 28 35 0 25 FF 24 2E
Octal 141 113 241 50 65 0 45 377 44 56
Binary 1100001 1001011 10100001 101000 110101 0 100101 11111111 100100 101110

Color Harmonies of #614BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BA1

Black with #614BA1

Text Example


Text Example

White with #614BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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