Html Css Color HEX #713FBD Purple Heart

📋 copy color: '#713FBD'

red 113 ◦ green 63 ◦ blue 189

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

Shades of Purple Heart #713FBD

Tints of Purple Heart #713FBD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

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

R = 30.96%
G = 17.26%
B = 51.78%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#713FBD (or 0x713FBD) is known color: Purple Heart. HEX triplet: 71, 3F and BD. RGB value is (113,63,189). Sum of RGB (Red+Green+Blue) = 113+63+189=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #713FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FBD is #8EC042. Grayscale: #5B5B5B. Windows color (decimal): -9355331 or 12402545. OLE color: 12402545.

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

Color convert

RGB 113 63 189 -
CMYK 0.40 0.67 0 0.26
HSL 263.81º 0.5% 0.49% -
HSV(B) 263.81º 0.67% 0.74% -
XYZ 17.77 10.74 49.28 -
YUV 92.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 113 63 189 0.40 0.67 0 0.26 263.81 0.5 0.49
Hex 71 3F BD 28 43 0 1A 108 32 31
Octal 161 77 275 50 103 0 32 410 62 61
Binary 1110001 111111 10111101 101000 1000011 0 11010 100001000 110010 110001

Color Harmonies of #713FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FBD

Black with #713FBD

Text Example


Text Example

White with #713FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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