Html Css Color HEX #613CAF Royal Purple

📋 copy color: '#613CAF'

red 97 ◦ green 60 ◦ blue 175

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

Shades of Royal Purple #613CAF

Tints of Royal Purple #613CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 29.22%
G = 18.07%
B = 52.71%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#613CAF (or 0x613CAF) is known color: Royal Purple. HEX triplet: 61, 3C and AF. RGB value is (97,60,175). Sum of RGB (Red+Green+Blue) = 97+60+175=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #613CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613CAF is #9EC350. Grayscale: #535353. Windows color (decimal): -10404689 or 11484257. OLE color: 11484257.

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

Color convert

RGB 97 60 175 -
CMYK 0.45 0.66 0 0.31
HSL 259.3º 0.49% 0.46% -
HSV(B) 259.3º 0.66% 0.69% -
XYZ 14.28 8.87 41.52 -
YUV 84.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 97 60 175 0.45 0.66 0 0.31 259.3 0.49 0.46
Hex 61 3C AF 2D 42 0 1F 103 31 2E
Octal 141 74 257 55 102 0 37 403 61 56
Binary 1100001 111100 10101111 101101 1000010 0 11111 100000011 110001 101110

Color Harmonies of #613CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CAF

Black with #613CAF

Text Example


Text Example

White with #613CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,60,175); }

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

background-color css

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

 a { background-color: rgb(97,60,175); }

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

border-color css

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

 span { border-color: rgb(97,60,175); }

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