Html Css Color HEX #710DCE Purple Heart

📋 copy color: '#710DCE'

red 113 ◦ green 13 ◦ blue 206

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

Shades of Purple Heart #710DCE

Tints of Purple Heart #710DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

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

R = 34.04%
G = 3.92%
B = 62.05%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#710DCE (or 0x710DCE) is known color: Purple Heart. HEX triplet: 71, 0D and CE. RGB value is (113,13,206). Sum of RGB (Red+Green+Blue) = 113+13+206=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #710DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DCE is #8EF231. Grayscale: #404040. Windows color (decimal): -9368114 or 13503857. OLE color: 13503857.

HSL color Cylindrical-coordinate representation of color #710DCE: hue angle of 271.09º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710DCE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 13 206 -
CMYK 0.45 0.94 0 0.19
HSL 271.09º 0.88% 0.43% -
HSV(B) 271.09º 0.94% 0.81% -
XYZ 18.09 8.25 59.03 -
YUV 64.9 207.63 162.31 -
System Red Green Blue C M Y K H S L
Decimal 113 13 206 0.45 0.94 0 0.19 271.09 0.88 0.43
Hex 71 D CE 2D 5E 0 13 10F 58 2B
Octal 161 15 316 55 136 0 23 417 130 53
Binary 1110001 1101 11001110 101101 1011110 0 10011 100001111 1011000 101011

Color Harmonies of #710DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DCE

Black with #710DCE

Text Example


Text Example

White with #710DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710DCE; }

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

 H1.HeaderClassName
 {
   color: #710DCE;
 }
 .AnyTagClassName
 {
   color: #710DCE;
 }
</style>

background-color css

<style>
 a { background-color: #710DCE; }

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

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

border-color css

<style>
 span { border-color: #710DCE; }

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

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