Html Css Color HEX #713DBD Purple Heart

📋 copy color: '#713DBD'

red 113 ◦ green 61 ◦ blue 189

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

Shades of Purple Heart #713DBD

Tints of Purple Heart #713DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 31.13%
G = 16.8%
B = 52.07%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#713DBD (or 0x713DBD) is known color: Purple Heart. HEX triplet: 71, 3D and BD. RGB value is (113,61,189). Sum of RGB (Red+Green+Blue) = 113+61+189=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #713DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DBD is #8EC242. Grayscale: #5A5A5A. Windows color (decimal): -9355843 or 12402033. OLE color: 12402033.

HSL color Cylindrical-coordinate representation of color #713DBD: hue angle of 264.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713DBD is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 61 189 -
CMYK 0.40 0.68 0 0.26
HSL 264.38º 0.51% 0.49% -
HSV(B) 264.38º 0.68% 0.74% -
XYZ 17.66 10.52 49.24 -
YUV 91.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 113 61 189 0.40 0.68 0 0.26 264.38 0.51 0.49
Hex 71 3D BD 28 44 0 1A 108 33 31
Octal 161 75 275 50 104 0 32 410 63 61
Binary 1110001 111101 10111101 101000 1000100 0 11010 100001000 110011 110001

Color Harmonies of #713DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DBD

Black with #713DBD

Text Example


Text Example

White with #713DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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