Html Css Color HEX #710BCD Purple Heart

📋 copy color: '#710BCD'

red 113 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #710BCD

Tints of Purple Heart #710BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.34%

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

R = 34.35%
G = 3.34%
B = 62.31%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#710BCD (or 0x710BCD) is known color: Purple Heart. HEX triplet: 71, 0B and CD. RGB value is (113,11,205). Sum of RGB (Red+Green+Blue) = 113+11+205=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #710BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BCD is #8EF432. Grayscale: #3E3E3E. Windows color (decimal): -9368627 or 13437809. OLE color: 13437809.

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

Color convert

RGB 113 11 205 -
CMYK 0.45 0.95 0 0.20
HSL 271.55º 0.9% 0.42% -
HSV(B) 271.55º 0.95% 0.8% -
XYZ 17.95 8.16 58.39 -
YUV 63.61 207.79 163.23 -
System Red Green Blue C M Y K H S L
Decimal 113 11 205 0.45 0.95 0 0.20 271.55 0.9 0.42
Hex 71 B CD 2D 5F 0 14 110 5A 2A
Octal 161 13 315 55 137 0 24 420 132 52
Binary 1110001 1011 11001101 101101 1011111 0 10100 100010000 1011010 101010

Color Harmonies of #710BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BCD

Black with #710BCD

Text Example


Text Example

White with #710BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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