Html Css Color HEX #613DBE Purple Heart

📋 copy color: '#613DBE'

red 97 ◦ green 61 ◦ blue 190

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

Shades of Purple Heart #613DBE

Tints of Purple Heart #613DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 27.87%
G = 17.53%
B = 54.6%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#613DBE (or 0x613DBE) is known color: Purple Heart. HEX triplet: 61, 3D and BE. RGB value is (97,61,190). Sum of RGB (Red+Green+Blue) = 97+61+190=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #613DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DBE is #9EC241. Grayscale: #555555. Windows color (decimal): -10404418 or 12467553. OLE color: 12467553.

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

Color convert

RGB 97 61 190 -
CMYK 0.49 0.68 0 0.25
HSL 256.74º 0.51% 0.49% -
HSV(B) 256.74º 0.68% 0.75% -
XYZ 15.89 9.6 49.73 -
YUV 86.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 97 61 190 0.49 0.68 0 0.25 256.74 0.51 0.49
Hex 61 3D BE 31 44 0 19 101 33 31
Octal 141 75 276 61 104 0 31 401 63 61
Binary 1100001 111101 10111110 110001 1000100 0 11001 100000001 110011 110001

Color Harmonies of #613DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DBE

Black with #613DBE

Text Example


Text Example

White with #613DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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