Html Css Color HEX #7012CD Purple Heart

📋 copy color: '#7012CD'

red 112 ◦ green 18 ◦ blue 205

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

Shades of Purple Heart #7012CD

Tints of Purple Heart #7012CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 33.43%
G = 5.37%
B = 61.19%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7012CD (or 0x7012CD) is known color: Purple Heart. HEX triplet: 70, 12 and CD. RGB value is (112,18,205). Sum of RGB (Red+Green+Blue) = 112+18+205=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #7012CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7012CD is #8FED32. Grayscale: #424242. Windows color (decimal): -9432371 or 13439600. OLE color: 13439600.

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

Color convert

RGB 112 18 205 -
CMYK 0.45 0.91 0 0.20
HSL 270.16º 0.84% 0.44% -
HSV(B) 270.16º 0.91% 0.8% -
XYZ 17.92 8.29 58.41 -
YUV 67.42 205.64 159.79 -
System Red Green Blue C M Y K H S L
Decimal 112 18 205 0.45 0.91 0 0.20 270.16 0.84 0.44
Hex 70 12 CD 2D 5B 0 14 10E 54 2C
Octal 160 22 315 55 133 0 24 416 124 54
Binary 1110000 10010 11001101 101101 1011011 0 10100 100001110 1010100 101100

Color Harmonies of #7012CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012CD

Black with #7012CD

Text Example


Text Example

White with #7012CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7012CD; }

 p { color: rgb(112,18,205); }

 H1.HeaderClassName
 {
   color: #7012CD;
 }
 .AnyTagClassName
 {
   color: #7012CD;
 }
</style>

background-color css

<style>
 a { background-color: #7012CD; }

 a { background-color: rgb(112,18,205); }

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

border-color css

<style>
 span { border-color: #7012CD; }

 span { border-color: rgb(112,18,205); }

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