Html Css Color HEX #613BD6 Purple Heart

📋 copy color: '#613BD6'

red 97 ◦ green 59 ◦ blue 214

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

Shades of Purple Heart #613BD6

Tints of Purple Heart #613BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.84%

R = 26.22%
G = 15.95%
B = 57.84%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#613BD6 (or 0x613BD6) is known color: Purple Heart. HEX triplet: 61, 3B and D6. RGB value is (97,59,214). Sum of RGB (Red+Green+Blue) = 97+59+214=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #613BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BD6 is #9EC429. Grayscale: #575757. Windows color (decimal): -10404906 or 14039905. OLE color: 14039905.

HSL color Cylindrical-coordinate representation of color #613BD6: hue angle of 254.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613BD6 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 59 214 -
CMYK 0.55 0.72 0 0.16
HSL 254.71º 0.65% 0.54% -
HSV(B) 254.71º 0.72% 0.84% -
XYZ 18.63 10.52 64.67 -
YUV 88.03 199.09 134.4 -
System Red Green Blue C M Y K H S L
Decimal 97 59 214 0.55 0.72 0 0.16 254.71 0.65 0.54
Hex 61 3B D6 37 48 0 10 FF 41 36
Octal 141 73 326 67 110 0 20 377 101 66
Binary 1100001 111011 11010110 110111 1001000 0 10000 11111111 1000001 110110

Color Harmonies of #613BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BD6

Black with #613BD6

Text Example


Text Example

White with #613BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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