Html Css Color HEX #7412CF Purple Heart

📋 copy color: '#7412CF'

red 116 ◦ green 18 ◦ blue 207

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

Shades of Purple Heart #7412CF

Tints of Purple Heart #7412CF

RGB

 RED value IS 116 (45.7% from 255) = 34.02%

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

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 34.02%
G = 5.28%
B = 60.7%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7412CF (or 0x7412CF) is known color: Purple Heart. HEX triplet: 74, 12 and CF. RGB value is (116,18,207). Sum of RGB (Red+Green+Blue) = 116+18+207=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #7412CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412CF is #8BED30. Grayscale: #444444. Windows color (decimal): -9170225 or 13570676. OLE color: 13570676.

HSL color Cylindrical-coordinate representation of color #7412CF: hue angle of 271.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7412CF is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 18 207 -
CMYK 0.44 0.91 0 0.19
HSL 271.11º 0.84% 0.44% -
HSV(B) 271.11º 0.91% 0.81% -
XYZ 18.68 8.65 59.72 -
YUV 68.85 205.97 161.63 -
System Red Green Blue C M Y K H S L
Decimal 116 18 207 0.44 0.91 0 0.19 271.11 0.84 0.44
Hex 74 12 CF 2C 5B 0 13 10F 54 2C
Octal 164 22 317 54 133 0 23 417 124 54
Binary 1110100 10010 11001111 101100 1011011 0 10011 100001111 1010100 101100

Color Harmonies of #7412CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412CF

Black with #7412CF

Text Example


Text Example

White with #7412CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7412CF; }

 p { color: rgb(116,18,207); }

 H1.HeaderClassName
 {
   color: #7412CF;
 }
 .AnyTagClassName
 {
   color: #7412CF;
 }
</style>

background-color css

<style>
 a { background-color: #7412CF; }

 a { background-color: rgb(116,18,207); }

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

border-color css

<style>
 span { border-color: #7412CF; }

 span { border-color: rgb(116,18,207); }

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