Html Css Color HEX #713CDD Purple Heart

📋 copy color: '#713CDD'

red 113 ◦ green 60 ◦ blue 221

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

Shades of Purple Heart #713CDD

Tints of Purple Heart #713CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.23%

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

R = 28.68%
G = 15.23%
B = 56.09%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#713CDD (or 0x713CDD) is known color: Purple Heart. HEX triplet: 71, 3C and DD. RGB value is (113,60,221). Sum of RGB (Red+Green+Blue) = 113+60+221=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #713CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CDD is #8EC322. Grayscale: #5D5D5D. Windows color (decimal): -9356067 or 14498929. OLE color: 14498929.

HSL color Cylindrical-coordinate representation of color #713CDD: hue angle of 259.75º 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 #713CDD is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 60 221 -
CMYK 0.49 0.73 0 0.13
HSL 259.75º 0.7% 0.55% -
HSV(B) 259.75º 0.73% 0.87% -
XYZ 21.48 11.96 69.58 -
YUV 94.2 199.56 141.41 -
System Red Green Blue C M Y K H S L
Decimal 113 60 221 0.49 0.73 0 0.13 259.75 0.7 0.55
Hex 71 3C DD 31 49 0 D 104 46 37
Octal 161 74 335 61 111 0 15 404 106 67
Binary 1110001 111100 11011101 110001 1001001 0 1101 100000100 1000110 110111

Color Harmonies of #713CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CDD

Black with #713CDD

Text Example


Text Example

White with #713CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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