Html Css Color HEX #7112CF Purple Heart

📋 copy color: '#7112CF'

red 113 ◦ green 18 ◦ blue 207

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

Shades of Purple Heart #7112CF

Tints of Purple Heart #7112CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.33%

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

R = 33.43%
G = 5.33%
B = 61.24%

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

#7112CF (or 0x7112CF) is known color: Purple Heart. HEX triplet: 71, 12 and CF. RGB value is (113,18,207). Sum of RGB (Red+Green+Blue) = 113+18+207=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #7112CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112CF is #8EED30. Grayscale: #434343. Windows color (decimal): -9366833 or 13570673. OLE color: 13570673.

HSL color Cylindrical-coordinate representation of color #7112CF: hue angle of 270.16º degrees, saturation: 0.84, 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 #7112CF is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 18 207 -
CMYK 0.45 0.91 0 0.19
HSL 270.16º 0.84% 0.44% -
HSV(B) 270.16º 0.91% 0.81% -
XYZ 18.29 8.45 59.7 -
YUV 67.95 206.47 160.13 -
System Red Green Blue C M Y K H S L
Decimal 113 18 207 0.45 0.91 0 0.19 270.16 0.84 0.44
Hex 71 12 CF 2D 5B 0 13 10E 54 2C
Octal 161 22 317 55 133 0 23 416 124 54
Binary 1110001 10010 11001111 101101 1011011 0 10011 100001110 1010100 101100

Color Harmonies of #7112CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112CF

Black with #7112CF

Text Example


Text Example

White with #7112CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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