Html Css Color HEX #710BCC Purple Heart

📋 copy color: '#710BCC'

red 113 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #710BCC

Tints of Purple Heart #710BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.2%

R = 34.45%
G = 3.35%
B = 62.2%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#710BCC (or 0x710BCC) is known color: Purple Heart. HEX triplet: 71, 0B and CC. RGB value is (113,11,204). Sum of RGB (Red+Green+Blue) = 113+11+204=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #710BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BCC is #8EF433. Grayscale: #3E3E3E. Windows color (decimal): -9368628 or 13372273. OLE color: 13372273.

HSL color Cylindrical-coordinate representation of color #710BCC: hue angle of 271.71º 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 #710BCC is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 11 204 -
CMYK 0.45 0.95 0 0.2
HSL 271.71º 0.9% 0.42% -
HSV(B) 271.71º 0.95% 0.8% -
XYZ 17.83 8.11 57.75 -
YUV 63.5 207.29 163.31 -
System Red Green Blue C M Y K H S L
Decimal 113 11 204 0.45 0.95 0 0.2 271.71 0.9 0.42
Hex 71 B CC 2D 5F 0 14 110 5A 2A
Octal 161 13 314 55 137 0 24 420 132 52
Binary 1110001 1011 11001100 101101 1011111 0 10100 100010000 1011010 101010

Color Harmonies of #710BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BCC

Black with #710BCC

Text Example


Text Example

White with #710BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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