Html Css Color HEX #7113CF Purple Heart

📋 copy color: '#7113CF'

red 113 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #7113CF

Tints of Purple Heart #7113CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 33.33%
G = 5.6%
B = 61.06%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7113CF (or 0x7113CF) is known color: Purple Heart. HEX triplet: 71, 13 and CF. RGB value is (113,19,207). Sum of RGB (Red+Green+Blue) = 113+19+207=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #7113CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7113CF is #8EEC30. Grayscale: #434343. Windows color (decimal): -9366577 or 13570929. OLE color: 13570929.

HSL color Cylindrical-coordinate representation of color #7113CF: hue angle of 270º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7113CF is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 19 207 -
CMYK 0.45 0.91 0 0.19
HSL 270º 0.83% 0.44% -
HSV(B) 270º 0.91% 0.81% -
XYZ 18.31 8.48 59.7 -
YUV 68.54 206.14 159.71 -
System Red Green Blue C M Y K H S L
Decimal 113 19 207 0.45 0.91 0 0.19 270 0.83 0.44
Hex 71 13 CF 2D 5B 0 13 10E 53 2C
Octal 161 23 317 55 133 0 23 416 123 54
Binary 1110001 10011 11001111 101101 1011011 0 10011 100001110 1010011 101100

Color Harmonies of #7113CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7113CF

Black with #7113CF

Text Example


Text Example

White with #7113CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7113CF; }

 p { color: rgb(113,19,207); }

 H1.HeaderClassName
 {
   color: #7113CF;
 }
 .AnyTagClassName
 {
   color: #7113CF;
 }
</style>

background-color css

<style>
 a { background-color: #7113CF; }

 a { background-color: rgb(113,19,207); }

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

border-color css

<style>
 span { border-color: #7113CF; }

 span { border-color: rgb(113,19,207); }

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