Html Css Color HEX #7417CF Purple Heart

📋 copy color: '#7417CF'

red 116 ◦ green 23 ◦ blue 207

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

Shades of Purple Heart #7417CF

Tints of Purple Heart #7417CF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

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

R = 33.53%
G = 6.65%
B = 59.83%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7417CF (or 0x7417CF) is known color: Purple Heart. HEX triplet: 74, 17 and CF. RGB value is (116,23,207). Sum of RGB (Red+Green+Blue) = 116+23+207=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #7417CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7417CF is #8BE830. Grayscale: #474747. Windows color (decimal): -9168945 or 13571956. OLE color: 13571956.

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

Color convert

RGB 116 23 207 -
CMYK 0.44 0.89 0 0.19
HSL 270.33º 0.8% 0.45% -
HSV(B) 270.33º 0.89% 0.81% -
XYZ 18.77 8.83 59.75 -
YUV 71.78 204.31 159.54 -
System Red Green Blue C M Y K H S L
Decimal 116 23 207 0.44 0.89 0 0.19 270.33 0.8 0.45
Hex 74 17 CF 2C 59 0 13 10E 50 2D
Octal 164 27 317 54 131 0 23 416 120 55
Binary 1110100 10111 11001111 101100 1011001 0 10011 100001110 1010000 101101

Color Harmonies of #7417CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7417CF

Black with #7417CF

Text Example


Text Example

White with #7417CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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