Html Css Color HEX #7418CF Purple Heart

📋 copy color: '#7418CF'

red 116 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #7418CF

Tints of Purple Heart #7418CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.92%

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

R = 33.43%
G = 6.92%
B = 59.65%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7418CF (or 0x7418CF) is known color: Purple Heart. HEX triplet: 74, 18 and CF. RGB value is (116,24,207). Sum of RGB (Red+Green+Blue) = 116+24+207=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #7418CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7418CF is #8BE730. Grayscale: #474747. Windows color (decimal): -9168689 or 13572212. OLE color: 13572212.

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

Color convert

RGB 116 24 207 -
CMYK 0.44 0.88 0 0.19
HSL 270.16º 0.79% 0.45% -
HSV(B) 270.16º 0.88% 0.81% -
XYZ 18.79 8.87 59.75 -
YUV 72.37 203.98 159.12 -
System Red Green Blue C M Y K H S L
Decimal 116 24 207 0.44 0.88 0 0.19 270.16 0.79 0.45
Hex 74 18 CF 2C 58 0 13 10E 4F 2D
Octal 164 30 317 54 130 0 23 416 117 55
Binary 1110100 11000 11001111 101100 1011000 0 10011 100001110 1001111 101101

Color Harmonies of #7418CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7418CF

Black with #7418CF

Text Example


Text Example

White with #7418CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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