Html Css Color HEX #613ABE Purple Heart

📋 copy color: '#613ABE'

red 97 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #613ABE

Tints of Purple Heart #613ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

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

R = 28.12%
G = 16.81%
B = 55.07%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#613ABE (or 0x613ABE) is known color: Purple Heart. HEX triplet: 61, 3A and BE. RGB value is (97,58,190). Sum of RGB (Red+Green+Blue) = 97+58+190=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #613ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ABE is #9EC541. Grayscale: #545454. Windows color (decimal): -10405186 or 12466785. OLE color: 12466785.

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

Color convert

RGB 97 58 190 -
CMYK 0.49 0.69 0 0.25
HSL 257.73º 0.53% 0.49% -
HSV(B) 257.73º 0.69% 0.75% -
XYZ 15.74 9.29 49.68 -
YUV 84.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 97 58 190 0.49 0.69 0 0.25 257.73 0.53 0.49
Hex 61 3A BE 31 45 0 19 102 35 31
Octal 141 72 276 61 105 0 31 402 65 61
Binary 1100001 111010 10111110 110001 1000101 0 11001 100000010 110101 110001

Color Harmonies of #613ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613ABE

Black with #613ABE

Text Example


Text Example

White with #613ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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