Html Css Color HEX #613BDD Purple Heart

📋 copy color: '#613BDD'

red 97 ◦ green 59 ◦ blue 221

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

Shades of Purple Heart #613BDD

Tints of Purple Heart #613BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 25.73%
G = 15.65%
B = 58.62%

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

#613BDD (or 0x613BDD) is known color: Purple Heart. HEX triplet: 61, 3B and DD. RGB value is (97,59,221). Sum of RGB (Red+Green+Blue) = 97+59+221=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #613BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BDD is #9EC422. Grayscale: #585858. Windows color (decimal): -10404899 or 14498657. OLE color: 14498657.

HSL color Cylindrical-coordinate representation of color #613BDD: hue angle of 254.07º degrees, saturation: 0.7, 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 #613BDD is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 59 221 -
CMYK 0.56 0.73 0 0.13
HSL 254.07º 0.7% 0.55% -
HSV(B) 254.07º 0.73% 0.87% -
XYZ 19.54 10.89 69.48 -
YUV 88.83 202.59 133.83 -
System Red Green Blue C M Y K H S L
Decimal 97 59 221 0.56 0.73 0 0.13 254.07 0.7 0.55
Hex 61 3B DD 38 49 0 D FE 46 37
Octal 141 73 335 70 111 0 15 376 106 67
Binary 1100001 111011 11011101 111000 1001001 0 1101 11111110 1000110 110111

Color Harmonies of #613BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BDD

Black with #613BDD

Text Example


Text Example

White with #613BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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