Html Css Color HEX #7112CB Purple Heart

📋 copy color: '#7112CB'

red 113 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #7112CB

Tints of Purple Heart #7112CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 33.83%
G = 5.39%
B = 60.78%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7112CB (or 0x7112CB) is known color: Purple Heart. HEX triplet: 71, 12 and CB. RGB value is (113,18,203). Sum of RGB (Red+Green+Blue) = 113+18+203=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #7112CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112CB is #8EED34. Grayscale: #424242. Windows color (decimal): -9366837 or 13308529. OLE color: 13308529.

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

Color convert

RGB 113 18 203 -
CMYK 0.44 0.91 0 0.20
HSL 270.81º 0.84% 0.43% -
HSV(B) 270.81º 0.91% 0.8% -
XYZ 17.81 8.26 57.15 -
YUV 67.5 204.47 160.46 -
System Red Green Blue C M Y K H S L
Decimal 113 18 203 0.44 0.91 0 0.20 270.81 0.84 0.43
Hex 71 12 CB 2C 5B 0 14 10F 54 2B
Octal 161 22 313 54 133 0 24 417 124 53
Binary 1110001 10010 11001011 101100 1011011 0 10100 100001111 1010100 101011

Color Harmonies of #7112CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112CB

Black with #7112CB

Text Example


Text Example

White with #7112CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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