Html Css Color HEX #613EAC Royal Purple

📋 copy color: '#613EAC'

red 97 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #613EAC

Tints of Royal Purple #613EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 29.31%
G = 18.73%
B = 51.96%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#613EAC (or 0x613EAC) is known color: Royal Purple. HEX triplet: 61, 3E and AC. RGB value is (97,62,172). Sum of RGB (Red+Green+Blue) = 97+62+172=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #613EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613EAC is #9EC153. Grayscale: #545454. Windows color (decimal): -10404180 or 11288161. OLE color: 11288161.

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

Color convert

RGB 97 62 172 -
CMYK 0.44 0.64 0 0.33
HSL 259.09º 0.47% 0.46% -
HSV(B) 259.09º 0.64% 0.67% -
XYZ 14.1 8.97 40.02 -
YUV 85.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 97 62 172 0.44 0.64 0 0.33 259.09 0.47 0.46
Hex 61 3E AC 2C 40 0 21 103 2F 2E
Octal 141 76 254 54 100 0 41 403 57 56
Binary 1100001 111110 10101100 101100 1000000 0 100001 100000011 101111 101110

Color Harmonies of #613EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EAC

Black with #613EAC

Text Example


Text Example

White with #613EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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