Html Css Color HEX #613CAA Royal Purple

📋 copy color: '#613CAA'

red 97 ◦ green 60 ◦ blue 170

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

Shades of Royal Purple #613CAA

Tints of Royal Purple #613CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 29.66%
G = 18.35%
B = 51.99%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#613CAA (or 0x613CAA) is known color: Royal Purple. HEX triplet: 61, 3C and AA. RGB value is (97,60,170). Sum of RGB (Red+Green+Blue) = 97+60+170=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #613CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613CAA is #9EC355. Grayscale: #535353. Windows color (decimal): -10404694 or 11156577. OLE color: 11156577.

HSL color Cylindrical-coordinate representation of color #613CAA: hue angle of 260.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613CAA is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 60 170 -
CMYK 0.43 0.65 0 0.33
HSL 260.18º 0.48% 0.45% -
HSV(B) 260.18º 0.65% 0.67% -
XYZ 13.8 8.68 38.98 -
YUV 83.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 97 60 170 0.43 0.65 0 0.33 260.18 0.48 0.45
Hex 61 3C AA 2B 41 0 21 104 30 2D
Octal 141 74 252 53 101 0 41 404 60 55
Binary 1100001 111100 10101010 101011 1000001 0 100001 100000100 110000 101101

Color Harmonies of #613CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CAA

Black with #613CAA

Text Example


Text Example

White with #613CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,60,170); }

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

background-color css

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

 a { background-color: rgb(97,60,170); }

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

border-color css

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

 span { border-color: rgb(97,60,170); }

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