Html Css Color HEX #613FB1 Royal Purple

📋 copy color: '#613FB1'

red 97 ◦ green 63 ◦ blue 177

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

Shades of Royal Purple #613FB1

Tints of Royal Purple #613FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

 BLUE value IS 177 (69.53% from 255) = 52.52%

R = 28.78%
G = 18.69%
B = 52.52%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#613FB1 (or 0x613FB1) is known color: Royal Purple. HEX triplet: 61, 3F and B1. RGB value is (97,63,177). Sum of RGB (Red+Green+Blue) = 97+63+177=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #613FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613FB1 is #9EC04E. Grayscale: #555555. Windows color (decimal): -10403919 or 11616097. OLE color: 11616097.

HSL color Cylindrical-coordinate representation of color #613FB1: hue angle of 257.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613FB1 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 63 177 -
CMYK 0.45 0.64 0 0.31
HSL 257.89º 0.48% 0.47% -
HSV(B) 257.89º 0.64% 0.69% -
XYZ 14.64 9.27 42.61 -
YUV 86.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 97 63 177 0.45 0.64 0 0.31 257.89 0.48 0.47
Hex 61 3F B1 2D 40 0 1F 102 30 2F
Octal 141 77 261 55 100 0 37 402 60 57
Binary 1100001 111111 10110001 101101 1000000 0 11111 100000010 110000 101111

Color Harmonies of #613FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FB1

Black with #613FB1

Text Example


Text Example

White with #613FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613FB1; }

 p { color: rgb(97,63,177); }

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

background-color css

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

 a { background-color: rgb(97,63,177); }

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

border-color css

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

 span { border-color: rgb(97,63,177); }

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