Html Css Color HEX #7011CC Purple Heart

📋 copy color: '#7011CC'

red 112 ◦ green 17 ◦ blue 204

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

Shades of Purple Heart #7011CC

Tints of Purple Heart #7011CC

RGB

 RED value IS 112 (44.14% from 255) = 33.63%

 GREEN value IS 17 (7.03% from 255) = 5.11%

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 33.63%
G = 5.11%
B = 61.26%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7011CC (or 0x7011CC) is known color: Purple Heart. HEX triplet: 70, 11 and CC. RGB value is (112,17,204). Sum of RGB (Red+Green+Blue) = 112+17+204=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #7011CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7011CC is #8FEE33. Grayscale: #424242. Windows color (decimal): -9432628 or 13373808. OLE color: 13373808.

HSL color Cylindrical-coordinate representation of color #7011CC: hue angle of 270.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7011CC is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 17 204 -
CMYK 0.45 0.92 0 0.2
HSL 270.48º 0.85% 0.43% -
HSV(B) 270.48º 0.92% 0.8% -
XYZ 17.78 8.21 57.77 -
YUV 66.72 205.47 160.29 -
System Red Green Blue C M Y K H S L
Decimal 112 17 204 0.45 0.92 0 0.2 270.48 0.85 0.43
Hex 70 11 CC 2D 5C 0 14 10E 55 2B
Octal 160 21 314 55 134 0 24 416 125 53
Binary 1110000 10001 11001100 101101 1011100 0 10100 100001110 1010101 101011

Color Harmonies of #7011CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7011CC

Black with #7011CC

Text Example


Text Example

White with #7011CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7011CC; }

 p { color: rgb(112,17,204); }

 H1.HeaderClassName
 {
   color: #7011CC;
 }
 .AnyTagClassName
 {
   color: #7011CC;
 }
</style>

background-color css

<style>
 a { background-color: #7011CC; }

 a { background-color: rgb(112,17,204); }

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

border-color css

<style>
 span { border-color: #7011CC; }

 span { border-color: rgb(112,17,204); }

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