Html Css Color HEX #7415CF Purple Heart

📋 copy color: '#7415CF'

red 116 ◦ green 21 ◦ blue 207

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

Shades of Purple Heart #7415CF

Tints of Purple Heart #7415CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.1%

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

R = 33.72%
G = 6.1%
B = 60.17%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7415CF (or 0x7415CF) is known color: Purple Heart. HEX triplet: 74, 15 and CF. RGB value is (116,21,207). Sum of RGB (Red+Green+Blue) = 116+21+207=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #7415CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415CF is #8BEA30. Grayscale: #454545. Windows color (decimal): -9169457 or 13571444. OLE color: 13571444.

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

Color convert

RGB 116 21 207 -
CMYK 0.44 0.90 0 0.19
HSL 270.65º 0.82% 0.45% -
HSV(B) 270.65º 0.9% 0.81% -
XYZ 18.73 8.75 59.73 -
YUV 70.61 204.97 160.38 -
System Red Green Blue C M Y K H S L
Decimal 116 21 207 0.44 0.90 0 0.19 270.65 0.82 0.45
Hex 74 15 CF 2C 5A 0 13 10F 52 2D
Octal 164 25 317 54 132 0 23 417 122 55
Binary 1110100 10101 11001111 101100 1011010 0 10011 100001111 1010010 101101

Color Harmonies of #7415CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7415CF

Black with #7415CF

Text Example


Text Example

White with #7415CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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