Html Css Color HEX #710DCB Purple Heart

📋 copy color: '#710DCB'

red 113 ◦ green 13 ◦ blue 203

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

Shades of Purple Heart #710DCB

Tints of Purple Heart #710DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 34.35%
G = 3.95%
B = 61.7%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#710DCB (or 0x710DCB) is known color: Purple Heart. HEX triplet: 71, 0D and CB. RGB value is (113,13,203). Sum of RGB (Red+Green+Blue) = 113+13+203=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #710DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DCB is #8EF234. Grayscale: #3F3F3F. Windows color (decimal): -9368117 or 13307249. OLE color: 13307249.

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

Color convert

RGB 113 13 203 -
CMYK 0.44 0.94 0 0.20
HSL 271.58º 0.88% 0.42% -
HSV(B) 271.58º 0.94% 0.8% -
XYZ 17.73 8.11 57.13 -
YUV 64.56 206.13 162.55 -
System Red Green Blue C M Y K H S L
Decimal 113 13 203 0.44 0.94 0 0.20 271.58 0.88 0.42
Hex 71 D CB 2C 5E 0 14 110 58 2A
Octal 161 15 313 54 136 0 24 420 130 52
Binary 1110001 1101 11001011 101100 1011110 0 10100 100010000 1011000 101010

Color Harmonies of #710DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DCB

Black with #710DCB

Text Example


Text Example

White with #710DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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