Html Css Color HEX #613AAE Royal Purple

📋 copy color: '#613AAE'

red 97 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #613AAE

Tints of Royal Purple #613AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 29.48%
G = 17.63%
B = 52.89%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#613AAE (or 0x613AAE) is known color: Royal Purple. HEX triplet: 61, 3A and AE. RGB value is (97,58,174). Sum of RGB (Red+Green+Blue) = 97+58+174=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #613AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613AAE is #9EC551. Grayscale: #525252. Windows color (decimal): -10405202 or 11418209. OLE color: 11418209.

HSL color Cylindrical-coordinate representation of color #613AAE: hue angle of 260.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613AAE is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 58 174 -
CMYK 0.44 0.67 0 0.32
HSL 260.17º 0.5% 0.45% -
HSV(B) 260.17º 0.67% 0.68% -
XYZ 14.08 8.62 40.97 -
YUV 82.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 97 58 174 0.44 0.67 0 0.32 260.17 0.5 0.45
Hex 61 3A AE 2C 43 0 20 104 32 2D
Octal 141 72 256 54 103 0 40 404 62 55
Binary 1100001 111010 10101110 101100 1000011 0 100000 100000100 110010 101101

Color Harmonies of #613AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AAE

Black with #613AAE

Text Example


Text Example

White with #613AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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