Html Css Color HEX #7413CD Purple Heart

📋 copy color: '#7413CD'

red 116 ◦ green 19 ◦ blue 205

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

Shades of Purple Heart #7413CD

Tints of Purple Heart #7413CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.59%

 BLUE value IS 205 (80.47% from 255) = 60.29%

R = 34.12%
G = 5.59%
B = 60.29%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7413CD (or 0x7413CD) is known color: Purple Heart. HEX triplet: 74, 13 and CD. RGB value is (116,19,205). Sum of RGB (Red+Green+Blue) = 116+19+205=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #7413CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7413CD is #8BEC32. Grayscale: #444444. Windows color (decimal): -9169971 or 13439860. OLE color: 13439860.

HSL color Cylindrical-coordinate representation of color #7413CD: hue angle of 271.29º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7413CD is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 19 205 -
CMYK 0.43 0.91 0 0.20
HSL 271.29º 0.83% 0.44% -
HSV(B) 271.29º 0.91% 0.8% -
XYZ 18.45 8.59 58.44 -
YUV 69.21 204.64 161.38 -
System Red Green Blue C M Y K H S L
Decimal 116 19 205 0.43 0.91 0 0.20 271.29 0.83 0.44
Hex 74 13 CD 2B 5B 0 14 10F 53 2C
Octal 164 23 315 53 133 0 24 417 123 54
Binary 1110100 10011 11001101 101011 1011011 0 10100 100001111 1010011 101100

Color Harmonies of #7413CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7413CD

Black with #7413CD

Text Example


Text Example

White with #7413CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7413CD; }

 p { color: rgb(116,19,205); }

 H1.HeaderClassName
 {
   color: #7413CD;
 }
 .AnyTagClassName
 {
   color: #7413CD;
 }
</style>

background-color css

<style>
 a { background-color: #7413CD; }

 a { background-color: rgb(116,19,205); }

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

border-color css

<style>
 span { border-color: #7413CD; }

 span { border-color: rgb(116,19,205); }

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