Html Css Color HEX #713CCE Purple Heart

📋 copy color: '#713CCE'

red 113 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #713CCE

Tints of Purple Heart #713CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.83%

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 29.82%
G = 15.83%
B = 54.35%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#713CCE (or 0x713CCE) is known color: Purple Heart. HEX triplet: 71, 3C and CE. RGB value is (113,60,206). Sum of RGB (Red+Green+Blue) = 113+60+206=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #713CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CCE is #8EC331. Grayscale: #5B5B5B. Windows color (decimal): -9356082 or 13515889. OLE color: 13515889.

HSL color Cylindrical-coordinate representation of color #713CCE: hue angle of 261.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713CCE is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 60 206 -
CMYK 0.45 0.71 0 0.19
HSL 261.78º 0.6% 0.52% -
HSV(B) 261.78º 0.71% 0.81% -
XYZ 19.57 11.2 59.52 -
YUV 92.49 192.06 142.63 -
System Red Green Blue C M Y K H S L
Decimal 113 60 206 0.45 0.71 0 0.19 261.78 0.6 0.52
Hex 71 3C CE 2D 47 0 13 106 3C 34
Octal 161 74 316 55 107 0 23 406 74 64
Binary 1110001 111100 11001110 101101 1000111 0 10011 100000110 111100 110100

Color Harmonies of #713CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CCE

Black with #713CCE

Text Example


Text Example

White with #713CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,60,206); }

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

background-color css

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

 a { background-color: rgb(113,60,206); }

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

border-color css

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

 span { border-color: rgb(113,60,206); }

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