Html Css Color HEX #613DAA Royal Purple

📋 copy color: '#613DAA'

red 97 ◦ green 61 ◦ blue 170

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

Shades of Royal Purple #613DAA

Tints of Royal Purple #613DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

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

R = 29.57%
G = 18.6%
B = 51.83%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#613DAA (or 0x613DAA) is known color: Royal Purple. HEX triplet: 61, 3D and AA. RGB value is (97,61,170). Sum of RGB (Red+Green+Blue) = 97+61+170=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #613DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613DAA is #9EC255. Grayscale: #535353. Windows color (decimal): -10404438 or 11156833. OLE color: 11156833.

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

Color convert

RGB 97 61 170 -
CMYK 0.43 0.64 0 0.33
HSL 259.82º 0.47% 0.45% -
HSV(B) 259.82º 0.64% 0.67% -
XYZ 13.85 8.78 38.99 -
YUV 84.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 97 61 170 0.43 0.64 0 0.33 259.82 0.47 0.45
Hex 61 3D AA 2B 40 0 21 104 2F 2D
Octal 141 75 252 53 100 0 41 404 57 55
Binary 1100001 111101 10101010 101011 1000000 0 100001 100000100 101111 101101

Color Harmonies of #613DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DAA

Black with #613DAA

Text Example


Text Example

White with #613DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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