Html Css Color HEX #613B9C Royal Purple

📋 copy color: '#613B9C'

red 97 ◦ green 59 ◦ blue 156

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

Shades of Royal Purple #613B9C

Tints of Royal Purple #613B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50%

R = 31.09%
G = 18.91%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#613B9C (or 0x613B9C) is known color: Royal Purple. HEX triplet: 61, 3B and 9C. RGB value is (97,59,156). Sum of RGB (Red+Green+Blue) = 97+59+156=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #613B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613B9C is #9EC463. Grayscale: #515151. Windows color (decimal): -10404964 or 10238817. OLE color: 10238817.

HSL color Cylindrical-coordinate representation of color #613B9C: hue angle of 263.51º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613B9C is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 59 156 -
CMYK 0.38 0.62 0 0.39
HSL 263.51º 0.45% 0.42% -
HSV(B) 263.51º 0.62% 0.61% -
XYZ 12.49 8.07 32.35 -
YUV 81.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 97 59 156 0.38 0.62 0 0.39 263.51 0.45 0.42
Hex 61 3B 9C 26 3E 0 27 108 2D 2A
Octal 141 73 234 46 76 0 47 410 55 52
Binary 1100001 111011 10011100 100110 111110 0 100111 100001000 101101 101010

Color Harmonies of #613B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B9C

Black with #613B9C

Text Example


Text Example

White with #613B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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