Html Css Color HEX #713DCC Purple Heart

📋 copy color: '#713DCC'

red 113 ◦ green 61 ◦ blue 204

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

Shades of Purple Heart #713DCC

Tints of Purple Heart #713DCC

RGB

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

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

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

R = 29.89%
G = 16.14%
B = 53.97%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#713DCC (or 0x713DCC) is known color: Purple Heart. HEX triplet: 71, 3D and CC. RGB value is (113,61,204). Sum of RGB (Red+Green+Blue) = 113+61+204=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #713DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DCC is #8EC233. Grayscale: #5C5C5C. Windows color (decimal): -9355828 or 13385073. OLE color: 13385073.

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

Color convert

RGB 113 61 204 -
CMYK 0.45 0.70 0 0.2
HSL 261.82º 0.58% 0.52% -
HSV(B) 261.82º 0.7% 0.8% -
XYZ 19.38 11.21 58.27 -
YUV 92.85 190.73 142.37 -
System Red Green Blue C M Y K H S L
Decimal 113 61 204 0.45 0.70 0 0.2 261.82 0.58 0.52
Hex 71 3D CC 2D 46 0 14 106 3A 34
Octal 161 75 314 55 106 0 24 406 72 64
Binary 1110001 111101 11001100 101101 1000110 0 10100 100000110 111010 110100

Color Harmonies of #713DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DCC

Black with #713DCC

Text Example


Text Example

White with #713DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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