Html Css Color HEX #613CAD Royal Purple

📋 copy color: '#613CAD'

red 97 ◦ green 60 ◦ blue 173

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

Shades of Royal Purple #613CAD

Tints of Royal Purple #613CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 29.39%
G = 18.18%
B = 52.42%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#613CAD (or 0x613CAD) is known color: Royal Purple. HEX triplet: 61, 3C and AD. RGB value is (97,60,173). Sum of RGB (Red+Green+Blue) = 97+60+173=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #613CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613CAD is #9EC352. Grayscale: #535353. Windows color (decimal): -10404691 or 11353185. OLE color: 11353185.

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

Color convert

RGB 97 60 173 -
CMYK 0.44 0.65 0 0.32
HSL 259.65º 0.48% 0.46% -
HSV(B) 259.65º 0.65% 0.68% -
XYZ 14.09 8.79 40.49 -
YUV 83.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 97 60 173 0.44 0.65 0 0.32 259.65 0.48 0.46
Hex 61 3C AD 2C 41 0 20 104 30 2E
Octal 141 74 255 54 101 0 40 404 60 56
Binary 1100001 111100 10101101 101100 1000001 0 100000 100000100 110000 101110

Color Harmonies of #613CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CAD

Black with #613CAD

Text Example


Text Example

White with #613CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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