Html Css Color HEX #710CCF Purple Heart

📋 copy color: '#710CCF'

red 113 ◦ green 12 ◦ blue 207

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

Shades of Purple Heart #710CCF

Tints of Purple Heart #710CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

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

R = 34.04%
G = 3.61%
B = 62.35%

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

#710CCF (or 0x710CCF) is known color: Purple Heart. HEX triplet: 71, 0C and CF. RGB value is (113,12,207). Sum of RGB (Red+Green+Blue) = 113+12+207=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #710CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CCF is #8EF330. Grayscale: #3F3F3F. Windows color (decimal): -9368369 or 13569137. OLE color: 13569137.

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

Color convert

RGB 113 12 207 -
CMYK 0.45 0.94 0 0.19
HSL 271.08º 0.89% 0.43% -
HSV(B) 271.08º 0.94% 0.81% -
XYZ 18.2 8.28 59.67 -
YUV 64.43 208.46 162.64 -
System Red Green Blue C M Y K H S L
Decimal 113 12 207 0.45 0.94 0 0.19 271.08 0.89 0.43
Hex 71 C CF 2D 5E 0 13 10F 59 2B
Octal 161 14 317 55 136 0 23 417 131 53
Binary 1110001 1100 11001111 101101 1011110 0 10011 100001111 1011001 101011

Color Harmonies of #710CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CCF

Black with #710CCF

Text Example


Text Example

White with #710CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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