Html Css Color HEX #613EA5 Royal Purple

📋 copy color: '#613EA5'

red 97 ◦ green 62 ◦ blue 165

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

Shades of Royal Purple #613EA5

Tints of Royal Purple #613EA5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

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

R = 29.94%
G = 19.14%
B = 50.93%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#613EA5 (or 0x613EA5) is known color: Royal Purple. HEX triplet: 61, 3E and A5. RGB value is (97,62,165). Sum of RGB (Red+Green+Blue) = 97+62+165=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #613EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613EA5 is #9EC15A. Grayscale: #535353. Windows color (decimal): -10404187 or 10829409. OLE color: 10829409.

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

Color convert

RGB 97 62 165 -
CMYK 0.41 0.62 0 0.35
HSL 260.39º 0.45% 0.45% -
HSV(B) 260.39º 0.62% 0.65% -
XYZ 13.44 8.7 36.57 -
YUV 84.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 97 62 165 0.41 0.62 0 0.35 260.39 0.45 0.45
Hex 61 3E A5 29 3E 0 23 104 2D 2D
Octal 141 76 245 51 76 0 43 404 55 55
Binary 1100001 111110 10100101 101001 111110 0 100011 100000100 101101 101101

Color Harmonies of #613EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EA5

Black with #613EA5

Text Example


Text Example

White with #613EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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