Html Css Color HEX #7112CA Purple Heart

📋 copy color: '#7112CA'

red 113 ◦ green 18 ◦ blue 202

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

Shades of Purple Heart #7112CA

Tints of Purple Heart #7112CA

RGB

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

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

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

R = 33.93%
G = 5.41%
B = 60.66%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7112CA (or 0x7112CA) is known color: Purple Heart. HEX triplet: 71, 12 and CA. RGB value is (113,18,202). Sum of RGB (Red+Green+Blue) = 113+18+202=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #7112CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112CA is #8EED35. Grayscale: #424242. Windows color (decimal): -9366838 or 13242993. OLE color: 13242993.

HSL color Cylindrical-coordinate representation of color #7112CA: hue angle of 270.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7112CA is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 18 202 -
CMYK 0.44 0.91 0 0.21
HSL 270.98º 0.84% 0.43% -
HSV(B) 270.98º 0.91% 0.79% -
XYZ 17.69 8.21 56.53 -
YUV 67.38 203.97 160.54 -
System Red Green Blue C M Y K H S L
Decimal 113 18 202 0.44 0.91 0 0.21 270.98 0.84 0.43
Hex 71 12 CA 2C 5B 0 15 10F 54 2B
Octal 161 22 312 54 133 0 25 417 124 53
Binary 1110001 10010 11001010 101100 1011011 0 10101 100001111 1010100 101011

Color Harmonies of #7112CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112CA

Black with #7112CA

Text Example


Text Example

White with #7112CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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