Html Css Color HEX #613BAD Royal Purple

📋 copy color: '#613BAD'

red 97 ◦ green 59 ◦ blue 173

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

Shades of Royal Purple #613BAD

Tints of Royal Purple #613BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

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

R = 29.48%
G = 17.93%
B = 52.58%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#613BAD (or 0x613BAD) is known color: Royal Purple. HEX triplet: 61, 3B and AD. RGB value is (97,59,173). Sum of RGB (Red+Green+Blue) = 97+59+173=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #613BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613BAD is #9EC452. Grayscale: #525252. Windows color (decimal): -10404947 or 11352929. OLE color: 11352929.

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

Color convert

RGB 97 59 173 -
CMYK 0.44 0.66 0 0.32
HSL 260º 0.49% 0.45% -
HSV(B) 260º 0.66% 0.68% -
XYZ 14.04 8.69 40.47 -
YUV 83.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 97 59 173 0.44 0.66 0 0.32 260 0.49 0.45
Hex 61 3B AD 2C 42 0 20 104 31 2D
Octal 141 73 255 54 102 0 40 404 61 55
Binary 1100001 111011 10101101 101100 1000010 0 100000 100000100 110001 101101

Color Harmonies of #613BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BAD

Black with #613BAD

Text Example


Text Example

White with #613BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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