Html Css Color HEX #710DCF Purple Heart

📋 copy color: '#710DCF'

red 113 ◦ green 13 ◦ blue 207

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

Shades of Purple Heart #710DCF

Tints of Purple Heart #710DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 33.93%
G = 3.9%
B = 62.16%

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

#710DCF (or 0x710DCF) is known color: Purple Heart. HEX triplet: 71, 0D and CF. RGB value is (113,13,207). Sum of RGB (Red+Green+Blue) = 113+13+207=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #710DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DCF is #8EF230. Grayscale: #404040. Windows color (decimal): -9368113 or 13569393. OLE color: 13569393.

HSL color Cylindrical-coordinate representation of color #710DCF: hue angle of 270.93º 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 #710DCF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 13 207 -
CMYK 0.45 0.94 0 0.19
HSL 270.93º 0.88% 0.43% -
HSV(B) 270.93º 0.94% 0.81% -
XYZ 18.22 8.3 59.67 -
YUV 65.02 208.13 162.23 -
System Red Green Blue C M Y K H S L
Decimal 113 13 207 0.45 0.94 0 0.19 270.93 0.88 0.43
Hex 71 D CF 2D 5E 0 13 10F 58 2B
Octal 161 15 317 55 136 0 23 417 130 53
Binary 1110001 1101 11001111 101101 1011110 0 10011 100001111 1011000 101011

Color Harmonies of #710DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DCF

Black with #710DCF

Text Example


Text Example

White with #710DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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