Html Css Color HEX #7212CD Purple Heart

📋 copy color: '#7212CD'

red 114 ◦ green 18 ◦ blue 205

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

Shades of Purple Heart #7212CD

Tints of Purple Heart #7212CD

RGB

 RED value IS 114 (44.92% from 255) = 33.83%

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

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

R = 33.83%
G = 5.34%
B = 60.83%

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

#7212CD (or 0x7212CD) is known color: Purple Heart. HEX triplet: 72, 12 and CD. RGB value is (114,18,205). Sum of RGB (Red+Green+Blue) = 114+18+205=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #7212CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212CD is #8DED32. Grayscale: #434343. Windows color (decimal): -9301299 or 13439602. OLE color: 13439602.

HSL color Cylindrical-coordinate representation of color #7212CD: hue angle of 270.8º 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 #7212CD is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 18 205 -
CMYK 0.44 0.91 0 0.20
HSL 270.8º 0.84% 0.44% -
HSV(B) 270.8º 0.91% 0.8% -
XYZ 18.18 8.42 58.42 -
YUV 68.02 205.3 160.79 -
System Red Green Blue C M Y K H S L
Decimal 114 18 205 0.44 0.91 0 0.20 270.8 0.84 0.44
Hex 72 12 CD 2C 5B 0 14 10F 54 2C
Octal 162 22 315 54 133 0 24 417 124 54
Binary 1110010 10010 11001101 101100 1011011 0 10100 100001111 1010100 101100

Color Harmonies of #7212CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212CD

Black with #7212CD

Text Example


Text Example

White with #7212CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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