Html Css Color HEX #614BA2 Royal Purple

📋 copy color: '#614BA2'

red 97 ◦ green 75 ◦ blue 162

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

Shades of Royal Purple #614BA2

Tints of Royal Purple #614BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.5%

R = 29.04%
G = 22.46%
B = 48.5%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#614BA2 (or 0x614BA2) is known color: Royal Purple. HEX triplet: 61, 4B and A2. RGB value is (97,75,162). Sum of RGB (Red+Green+Blue) = 97+75+162=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #614BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614BA2 is #9EB45D. Grayscale: #5B5B5B. Windows color (decimal): -10400862 or 10636129. OLE color: 10636129.

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

Color convert

RGB 97 75 162 -
CMYK 0.40 0.54 0 0.36
HSL 255.17º 0.37% 0.46% -
HSV(B) 255.17º 0.54% 0.64% -
XYZ 13.97 10.18 35.41 -
YUV 91.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 97 75 162 0.40 0.54 0 0.36 255.17 0.37 0.46
Hex 61 4B A2 28 36 0 24 FF 25 2E
Octal 141 113 242 50 66 0 44 377 45 56
Binary 1100001 1001011 10100010 101000 110110 0 100100 11111111 100101 101110

Color Harmonies of #614BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BA2

Black with #614BA2

Text Example


Text Example

White with #614BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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