Html Css Color HEX #710CCA Purple Heart

📋 copy color: '#710CCA'

red 113 ◦ green 12 ◦ blue 202

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

Shades of Purple Heart #710CCA

Tints of Purple Heart #710CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 34.56%
G = 3.67%
B = 61.77%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#710CCA (or 0x710CCA) is known color: Purple Heart. HEX triplet: 71, 0C and CA. RGB value is (113,12,202). Sum of RGB (Red+Green+Blue) = 113+12+202=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #710CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CCA is #8EF335. Grayscale: #3F3F3F. Windows color (decimal): -9368374 or 13241457. OLE color: 13241457.

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

Color convert

RGB 113 12 202 -
CMYK 0.44 0.94 0 0.21
HSL 271.89º 0.89% 0.42% -
HSV(B) 271.89º 0.94% 0.79% -
XYZ 17.6 8.04 56.5 -
YUV 63.86 205.96 163.05 -
System Red Green Blue C M Y K H S L
Decimal 113 12 202 0.44 0.94 0 0.21 271.89 0.89 0.42
Hex 71 C CA 2C 5E 0 15 110 59 2A
Octal 161 14 312 54 136 0 25 420 131 52
Binary 1110001 1100 11001010 101100 1011110 0 10101 100010000 1011001 101010

Color Harmonies of #710CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CCA

Black with #710CCA

Text Example


Text Example

White with #710CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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