Html Css Color HEX #713DB7 Purple Heart

📋 copy color: '#713DB7'

red 113 ◦ green 61 ◦ blue 183

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

Shades of Purple Heart #713DB7

Tints of Purple Heart #713DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 31.65%
G = 17.09%
B = 51.26%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#713DB7 (or 0x713DB7) is known color: Purple Heart. HEX triplet: 71, 3D and B7. RGB value is (113,61,183). Sum of RGB (Red+Green+Blue) = 113+61+183=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #713DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DB7 is #8EC248. Grayscale: #5A5A5A. Windows color (decimal): -9355849 or 12008817. OLE color: 12008817.

HSL color Cylindrical-coordinate representation of color #713DB7: hue angle of 265.57º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713DB7 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 61 183 -
CMYK 0.38 0.67 0 0.28
HSL 265.57º 0.5% 0.48% -
HSV(B) 265.57º 0.67% 0.72% -
XYZ 17.03 10.27 45.88 -
YUV 90.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 113 61 183 0.38 0.67 0 0.28 265.57 0.5 0.48
Hex 71 3D B7 26 43 0 1C 10A 32 30
Octal 161 75 267 46 103 0 34 412 62 60
Binary 1110001 111101 10110111 100110 1000011 0 11100 100001010 110010 110000

Color Harmonies of #713DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DB7

Black with #713DB7

Text Example


Text Example

White with #713DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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