Html Css Color HEX #713DDD Purple Heart

📋 copy color: '#713DDD'

red 113 ◦ green 61 ◦ blue 221

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

Shades of Purple Heart #713DDD

Tints of Purple Heart #713DDD

RGB

 RED value IS 113 (44.53% from 255) = 28.61%

 GREEN value IS 61 (24.22% from 255) = 15.44%

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

R = 28.61%
G = 15.44%
B = 55.95%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#713DDD (or 0x713DDD) is known color: Purple Heart. HEX triplet: 71, 3D and DD. RGB value is (113,61,221). Sum of RGB (Red+Green+Blue) = 113+61+221=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #713DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DDD is #8EC222. Grayscale: #5E5E5E. Windows color (decimal): -9355811 or 14499185. OLE color: 14499185.

HSL color Cylindrical-coordinate representation of color #713DDD: hue angle of 259.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713DDD is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 61 221 -
CMYK 0.49 0.72 0 0.13
HSL 259.5º 0.7% 0.55% -
HSV(B) 259.5º 0.72% 0.87% -
XYZ 21.53 12.07 69.6 -
YUV 94.79 199.23 140.99 -
System Red Green Blue C M Y K H S L
Decimal 113 61 221 0.49 0.72 0 0.13 259.5 0.7 0.55
Hex 71 3D DD 31 48 0 D 104 46 37
Octal 161 75 335 61 110 0 15 404 106 67
Binary 1110001 111101 11011101 110001 1001000 0 1101 100000100 1000110 110111

Color Harmonies of #713DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DDD

Black with #713DDD

Text Example


Text Example

White with #713DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713DDD; }

 p { color: rgb(113,61,221); }

 H1.HeaderClassName
 {
   color: #713DDD;
 }
 .AnyTagClassName
 {
   color: #713DDD;
 }
</style>

background-color css

<style>
 a { background-color: #713DDD; }

 a { background-color: rgb(113,61,221); }

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

border-color css

<style>
 span { border-color: #713DDD; }

 span { border-color: rgb(113,61,221); }

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