Html Css Color HEX #713FCC Purple Heart

📋 copy color: '#713FCC'

red 113 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #713FCC

Tints of Purple Heart #713FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 29.74%
G = 16.58%
B = 53.68%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#713FCC (or 0x713FCC) is known color: Purple Heart. HEX triplet: 71, 3F and CC. RGB value is (113,63,204). Sum of RGB (Red+Green+Blue) = 113+63+204=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #713FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FCC is #8EC033. Grayscale: #5D5D5D. Windows color (decimal): -9355316 or 13385585. OLE color: 13385585.

HSL color Cylindrical-coordinate representation of color #713FCC: hue angle of 261.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713FCC is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 63 204 -
CMYK 0.45 0.69 0 0.2
HSL 261.28º 0.58% 0.52% -
HSV(B) 261.28º 0.69% 0.8% -
XYZ 19.49 11.43 58.31 -
YUV 94.02 190.07 141.54 -
System Red Green Blue C M Y K H S L
Decimal 113 63 204 0.45 0.69 0 0.2 261.28 0.58 0.52
Hex 71 3F CC 2D 45 0 14 105 3A 34
Octal 161 77 314 55 105 0 24 405 72 64
Binary 1110001 111111 11001100 101101 1000101 0 10100 100000101 111010 110100

Color Harmonies of #713FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FCC

Black with #713FCC

Text Example


Text Example

White with #713FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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