Html Css Color HEX #613DBC Purple Heart

📋 copy color: '#613DBC'

red 97 ◦ green 61 ◦ blue 188

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

Shades of Purple Heart #613DBC

Tints of Purple Heart #613DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 28.03%
G = 17.63%
B = 54.34%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#613DBC (or 0x613DBC) is known color: Purple Heart. HEX triplet: 61, 3D and BC. RGB value is (97,61,188). Sum of RGB (Red+Green+Blue) = 97+61+188=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #613DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DBC is #9EC243. Grayscale: #555555. Windows color (decimal): -10404420 or 12336481. OLE color: 12336481.

HSL color Cylindrical-coordinate representation of color #613DBC: hue angle of 257.01º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613DBC is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 61 188 -
CMYK 0.48 0.68 0 0.26
HSL 257.01º 0.51% 0.49% -
HSV(B) 257.01º 0.68% 0.74% -
XYZ 15.68 9.51 48.59 -
YUV 86.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 97 61 188 0.48 0.68 0 0.26 257.01 0.51 0.49
Hex 61 3D BC 30 44 0 1A 101 33 31
Octal 141 75 274 60 104 0 32 401 63 61
Binary 1100001 111101 10111100 110000 1000100 0 11010 100000001 110011 110001

Color Harmonies of #613DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DBC

Black with #613DBC

Text Example


Text Example

White with #613DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,61,188); }

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

background-color css

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

 a { background-color: rgb(97,61,188); }

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

border-color css

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

 span { border-color: rgb(97,61,188); }

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