Html Css Color HEX #613FAD Royal Purple

📋 copy color: '#613FAD'

red 97 ◦ green 63 ◦ blue 173

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

Shades of Royal Purple #613FAD

Tints of Royal Purple #613FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

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

R = 29.13%
G = 18.92%
B = 51.95%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#613FAD (or 0x613FAD) is known color: Royal Purple. HEX triplet: 61, 3F and AD. RGB value is (97,63,173). Sum of RGB (Red+Green+Blue) = 97+63+173=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #613FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613FAD is #9EC052. Grayscale: #555555. Windows color (decimal): -10403923 or 11353953. OLE color: 11353953.

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

Color convert

RGB 97 63 173 -
CMYK 0.44 0.64 0 0.32
HSL 258.55º 0.47% 0.46% -
HSV(B) 258.55º 0.64% 0.68% -
XYZ 14.25 9.11 40.54 -
YUV 85.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 97 63 173 0.44 0.64 0 0.32 258.55 0.47 0.46
Hex 61 3F AD 2C 40 0 20 103 2F 2E
Octal 141 77 255 54 100 0 40 403 57 56
Binary 1100001 111111 10101101 101100 1000000 0 100000 100000011 101111 101110

Color Harmonies of #613FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FAD

Black with #613FAD

Text Example


Text Example

White with #613FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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