Html Css Color HEX #713FC8 Purple Heart

📋 copy color: '#713FC8'

red 113 ◦ green 63 ◦ blue 200

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

Shades of Purple Heart #713FC8

Tints of Purple Heart #713FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.19%

R = 30.05%
G = 16.76%
B = 53.19%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#713FC8 (or 0x713FC8) is known color: Purple Heart. HEX triplet: 71, 3F and C8. RGB value is (113,63,200). Sum of RGB (Red+Green+Blue) = 113+63+200=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #713FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FC8 is #8EC037. Grayscale: #5D5D5D. Windows color (decimal): -9355320 or 13123441. OLE color: 13123441.

HSL color Cylindrical-coordinate representation of color #713FC8: hue angle of 261.9º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713FC8 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 63 200 -
CMYK 0.44 0.68 0 0.22
HSL 261.9º 0.55% 0.52% -
HSV(B) 261.9º 0.69% 0.78% -
XYZ 19.01 11.24 55.81 -
YUV 93.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 113 63 200 0.44 0.68 0 0.22 261.9 0.55 0.52
Hex 71 3F C8 2C 44 0 16 106 37 34
Octal 161 77 310 54 104 0 26 406 67 64
Binary 1110001 111111 11001000 101100 1000100 0 10110 100000110 110111 110100

Color Harmonies of #713FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FC8

Black with #713FC8

Text Example


Text Example

White with #713FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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