Html Css Color HEX #613BAF Royal Purple

📋 copy color: '#613BAF'

red 97 ◦ green 59 ◦ blue 175

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

Shades of Royal Purple #613BAF

Tints of Royal Purple #613BAF

RGB

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

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

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

R = 29.31%
G = 17.82%
B = 52.87%

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

#613BAF (or 0x613BAF) is known color: Royal Purple. HEX triplet: 61, 3B and AF. RGB value is (97,59,175). Sum of RGB (Red+Green+Blue) = 97+59+175=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #613BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613BAF is #9EC450. Grayscale: #535353. Windows color (decimal): -10404945 or 11484001. OLE color: 11484001.

HSL color Cylindrical-coordinate representation of color #613BAF: hue angle of 259.66º degrees, saturation: 0.5, 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 #613BAF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 59 175 -
CMYK 0.45 0.66 0 0.31
HSL 259.66º 0.5% 0.46% -
HSV(B) 259.66º 0.66% 0.69% -
XYZ 14.23 8.76 41.5 -
YUV 83.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 97 59 175 0.45 0.66 0 0.31 259.66 0.5 0.46
Hex 61 3B AF 2D 42 0 1F 104 32 2E
Octal 141 73 257 55 102 0 37 404 62 56
Binary 1100001 111011 10101111 101101 1000010 0 11111 100000100 110010 101110

Color Harmonies of #613BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BAF

Black with #613BAF

Text Example


Text Example

White with #613BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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