Html Css Color HEX #613AA5 Royal Purple

📋 copy color: '#613AA5'

red 97 ◦ green 58 ◦ blue 165

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

Shades of Royal Purple #613AA5

Tints of Royal Purple #613AA5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

 BLUE value IS 165 (64.84% from 255) = 51.56%

R = 30.31%
G = 18.13%
B = 51.56%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#613AA5 (or 0x613AA5) is known color: Royal Purple. HEX triplet: 61, 3A and A5. RGB value is (97,58,165). Sum of RGB (Red+Green+Blue) = 97+58+165=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #613AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613AA5 is #9EC55A. Grayscale: #515151. Windows color (decimal): -10405211 or 10828385. OLE color: 10828385.

HSL color Cylindrical-coordinate representation of color #613AA5: hue angle of 261.87º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613AA5 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 58 165 -
CMYK 0.41 0.65 0 0.35
HSL 261.87º 0.48% 0.44% -
HSV(B) 261.87º 0.65% 0.65% -
XYZ 13.23 8.28 36.5 -
YUV 81.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 97 58 165 0.41 0.65 0 0.35 261.87 0.48 0.44
Hex 61 3A A5 29 41 0 23 106 30 2C
Octal 141 72 245 51 101 0 43 406 60 54
Binary 1100001 111010 10100101 101001 1000001 0 100011 100000110 110000 101100

Color Harmonies of #613AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AA5

Black with #613AA5

Text Example


Text Example

White with #613AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,58,165); }

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

background-color css

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

 a { background-color: rgb(97,58,165); }

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

border-color css

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

 span { border-color: rgb(97,58,165); }

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