Html Css Color HEX #710FCD Purple Heart

📋 copy color: '#710FCD'

red 113 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #710FCD

Tints of Purple Heart #710FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 33.93%
G = 4.5%
B = 61.56%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#710FCD (or 0x710FCD) is known color: Purple Heart. HEX triplet: 71, 0F and CD. RGB value is (113,15,205). Sum of RGB (Red+Green+Blue) = 113+15+205=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #710FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FCD is #8EF032. Grayscale: #414141. Windows color (decimal): -9367603 or 13438833. OLE color: 13438833.

HSL color Cylindrical-coordinate representation of color #710FCD: hue angle of 270.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710FCD is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 15 205 -
CMYK 0.45 0.93 0 0.20
HSL 270.95º 0.86% 0.43% -
HSV(B) 270.95º 0.93% 0.8% -
XYZ 18 8.26 58.4 -
YUV 65.96 206.47 161.55 -
System Red Green Blue C M Y K H S L
Decimal 113 15 205 0.45 0.93 0 0.20 270.95 0.86 0.43
Hex 71 F CD 2D 5D 0 14 10F 56 2B
Octal 161 17 315 55 135 0 24 417 126 53
Binary 1110001 1111 11001101 101101 1011101 0 10100 100001111 1010110 101011

Color Harmonies of #710FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FCD

Black with #710FCD

Text Example


Text Example

White with #710FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,15,205); }

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

background-color css

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

 a { background-color: rgb(113,15,205); }

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

border-color css

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

 span { border-color: rgb(113,15,205); }

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