Html Css Color HEX #7417CC Purple Heart

📋 copy color: '#7417CC'

red 116 ◦ green 23 ◦ blue 204

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

Shades of Purple Heart #7417CC

Tints of Purple Heart #7417CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.48%

R = 33.82%
G = 6.71%
B = 59.48%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7417CC (or 0x7417CC) is known color: Purple Heart. HEX triplet: 74, 17 and CC. RGB value is (116,23,204). Sum of RGB (Red+Green+Blue) = 116+23+204=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #7417CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7417CC is #8BE833. Grayscale: #464646. Windows color (decimal): -9168948 or 13375348. OLE color: 13375348.

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

Color convert

RGB 116 23 204 -
CMYK 0.43 0.89 0 0.2
HSL 270.83º 0.8% 0.45% -
HSV(B) 270.83º 0.89% 0.8% -
XYZ 18.41 8.69 57.83 -
YUV 71.44 202.81 159.78 -
System Red Green Blue C M Y K H S L
Decimal 116 23 204 0.43 0.89 0 0.2 270.83 0.8 0.45
Hex 74 17 CC 2B 59 0 14 10F 50 2D
Octal 164 27 314 53 131 0 24 417 120 55
Binary 1110100 10111 11001100 101011 1011001 0 10100 100001111 1010000 101101

Color Harmonies of #7417CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7417CC

Black with #7417CC

Text Example


Text Example

White with #7417CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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