Html Css Color HEX #613BDE Purple Heart

📋 copy color: '#613BDE'

red 97 ◦ green 59 ◦ blue 222

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

Shades of Purple Heart #613BDE

Tints of Purple Heart #613BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 25.66%
G = 15.61%
B = 58.73%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#613BDE (or 0x613BDE) is known color: Purple Heart. HEX triplet: 61, 3B and DE. RGB value is (97,59,222). Sum of RGB (Red+Green+Blue) = 97+59+222=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #613BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BDE is #9EC421. Grayscale: #585858. Windows color (decimal): -10404898 or 14564193. OLE color: 14564193.

HSL color Cylindrical-coordinate representation of color #613BDE: hue angle of 253.99º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613BDE is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 59 222 -
CMYK 0.56 0.73 0 0.13
HSL 253.99º 0.71% 0.55% -
HSV(B) 253.99º 0.73% 0.87% -
XYZ 19.68 10.94 70.18 -
YUV 88.94 203.09 133.75 -
System Red Green Blue C M Y K H S L
Decimal 97 59 222 0.56 0.73 0 0.13 253.99 0.71 0.55
Hex 61 3B DE 38 49 0 D FE 47 37
Octal 141 73 336 70 111 0 15 376 107 67
Binary 1100001 111011 11011110 111000 1001001 0 1101 11111110 1000111 110111

Color Harmonies of #613BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BDE

Black with #613BDE

Text Example


Text Example

White with #613BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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