Html Css Color HEX #710FAF Purple Heart

📋 copy color: '#710FAF'

red 113 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #710FAF

Tints of Purple Heart #710FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.95%

 BLUE value IS 175 (68.75% from 255) = 57.76%

R = 37.29%
G = 4.95%
B = 57.76%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#710FAF (or 0x710FAF) is known color: Purple Heart. HEX triplet: 71, 0F and AF. RGB value is (113,15,175). Sum of RGB (Red+Green+Blue) = 113+15+175=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #710FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710FAF is #8EF050. Grayscale: #3E3E3E. Windows color (decimal): -9367633 or 11472753. OLE color: 11472753.

HSL color Cylindrical-coordinate representation of color #710FAF: hue angle of 276.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710FAF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 15 175 -
CMYK 0.35 0.91 0 0.31
HSL 276.75º 0.84% 0.37% -
HSV(B) 276.75º 0.91% 0.69% -
XYZ 14.72 6.95 41.12 -
YUV 62.54 191.47 163.99 -
System Red Green Blue C M Y K H S L
Decimal 113 15 175 0.35 0.91 0 0.31 276.75 0.84 0.37
Hex 71 F AF 23 5B 0 1F 115 54 25
Octal 161 17 257 43 133 0 37 425 124 45
Binary 1110001 1111 10101111 100011 1011011 0 11111 100010101 1010100 100101

Color Harmonies of #710FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FAF

Black with #710FAF

Text Example


Text Example

White with #710FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,15,175); }

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

background-color css

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

 a { background-color: rgb(113,15,175); }

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

border-color css

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

 span { border-color: rgb(113,15,175); }

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