Html Css Color HEX #713FBA Purple Heart

📋 copy color: '#713FBA'

red 113 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #713FBA

Tints of Purple Heart #713FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 31.22%
G = 17.4%
B = 51.38%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#713FBA (or 0x713FBA) is known color: Purple Heart. HEX triplet: 71, 3F and BA. RGB value is (113,63,186). Sum of RGB (Red+Green+Blue) = 113+63+186=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #713FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FBA is #8EC045. Grayscale: #5B5B5B. Windows color (decimal): -9355334 or 12205937. OLE color: 12205937.

HSL color Cylindrical-coordinate representation of color #713FBA: hue angle of 264.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713FBA is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 63 186 -
CMYK 0.39 0.66 0 0.27
HSL 264.39º 0.49% 0.49% -
HSV(B) 264.39º 0.66% 0.73% -
XYZ 17.45 10.61 47.58 -
YUV 91.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 113 63 186 0.39 0.66 0 0.27 264.39 0.49 0.49
Hex 71 3F BA 27 42 0 1B 108 31 31
Octal 161 77 272 47 102 0 33 410 61 61
Binary 1110001 111111 10111010 100111 1000010 0 11011 100001000 110001 110001

Color Harmonies of #713FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FBA

Black with #713FBA

Text Example


Text Example

White with #713FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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