Html Css Color HEX #613ABF Purple Heart

📋 copy color: '#613ABF'

red 97 ◦ green 58 ◦ blue 191

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

Shades of Purple Heart #613ABF

Tints of Purple Heart #613ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.2%

R = 28.03%
G = 16.76%
B = 55.2%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#613ABF (or 0x613ABF) is known color: Purple Heart. HEX triplet: 61, 3A and BF. RGB value is (97,58,191). Sum of RGB (Red+Green+Blue) = 97+58+191=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #613ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ABF is #9EC540. Grayscale: #545454. Windows color (decimal): -10405185 or 12532321. OLE color: 12532321.

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

Color convert

RGB 97 58 191 -
CMYK 0.49 0.70 0 0.25
HSL 257.59º 0.53% 0.49% -
HSV(B) 257.59º 0.7% 0.75% -
XYZ 15.85 9.33 50.26 -
YUV 84.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 97 58 191 0.49 0.70 0 0.25 257.59 0.53 0.49
Hex 61 3A BF 31 46 0 19 102 35 31
Octal 141 72 277 61 106 0 31 402 65 61
Binary 1100001 111010 10111111 110001 1000110 0 11001 100000010 110101 110001

Color Harmonies of #613ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613ABF

Black with #613ABF

Text Example


Text Example

White with #613ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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