Html Css Color HEX #613EAA Royal Purple

📋 copy color: '#613EAA'

red 97 ◦ green 62 ◦ blue 170

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

Shades of Royal Purple #613EAA

Tints of Royal Purple #613EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.84%

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

R = 29.48%
G = 18.84%
B = 51.67%

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

#613EAA (or 0x613EAA) is known color: Royal Purple. HEX triplet: 61, 3E and AA. RGB value is (97,62,170). Sum of RGB (Red+Green+Blue) = 97+62+170=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #613EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613EAA is #9EC155. Grayscale: #545454. Windows color (decimal): -10404182 or 11157089. OLE color: 11157089.

HSL color Cylindrical-coordinate representation of color #613EAA: hue angle of 259.44º 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 #613EAA is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 62 170 -
CMYK 0.43 0.64 0 0.33
HSL 259.44º 0.47% 0.45% -
HSV(B) 259.44º 0.64% 0.67% -
XYZ 13.91 8.89 39.01 -
YUV 84.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 97 62 170 0.43 0.64 0 0.33 259.44 0.47 0.45
Hex 61 3E AA 2B 40 0 21 103 2F 2D
Octal 141 76 252 53 100 0 41 403 57 55
Binary 1100001 111110 10101010 101011 1000000 0 100001 100000011 101111 101101

Color Harmonies of #613EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EAA

Black with #613EAA

Text Example


Text Example

White with #613EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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