Html Css Color HEX #613BC1 Purple Heart

📋 copy color: '#613BC1'

red 97 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #613BC1

Tints of Purple Heart #613BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 55.3%

R = 27.79%
G = 16.91%
B = 55.3%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#613BC1 (or 0x613BC1) is known color: Purple Heart. HEX triplet: 61, 3B and C1. RGB value is (97,59,193). Sum of RGB (Red+Green+Blue) = 97+59+193=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 193 (75.78% from 255 or 55.30% from 349); Max value from RGB is 193 - color contains mainly: blue. Hex color #613BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BC1 is #9EC43E. Grayscale: #555555. Windows color (decimal): -10404927 or 12663649. OLE color: 12663649.

HSL color Cylindrical-coordinate representation of color #613BC1: hue angle of 257.01º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613BC1 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 59 193 -
CMYK 0.50 0.69 0 0.24
HSL 257.01º 0.53% 0.49% -
HSV(B) 257.01º 0.69% 0.76% -
XYZ 16.12 9.52 51.44 -
YUV 85.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 97 59 193 0.50 0.69 0 0.24 257.01 0.53 0.49
Hex 61 3B C1 32 45 0 18 101 35 31
Octal 141 73 301 62 105 0 30 401 65 61
Binary 1100001 111011 11000001 110010 1000101 0 11000 100000001 110101 110001

Color Harmonies of #613BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BC1

Black with #613BC1

Text Example


Text Example

White with #613BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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