Html Css Color HEX #7413CF Purple Heart

📋 copy color: '#7413CF'

red 116 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #7413CF

Tints of Purple Heart #7413CF

RGB

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

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

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

R = 33.92%
G = 5.56%
B = 60.53%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7413CF (or 0x7413CF) is known color: Purple Heart. HEX triplet: 74, 13 and CF. RGB value is (116,19,207). Sum of RGB (Red+Green+Blue) = 116+19+207=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #7413CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7413CF is #8BEC30. Grayscale: #444444. Windows color (decimal): -9169969 or 13570932. OLE color: 13570932.

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

Color convert

RGB 116 19 207 -
CMYK 0.44 0.91 0 0.19
HSL 270.96º 0.83% 0.44% -
HSV(B) 270.96º 0.91% 0.81% -
XYZ 18.7 8.68 59.72 -
YUV 69.44 205.64 161.21 -
System Red Green Blue C M Y K H S L
Decimal 116 19 207 0.44 0.91 0 0.19 270.96 0.83 0.44
Hex 74 13 CF 2C 5B 0 13 10F 53 2C
Octal 164 23 317 54 133 0 23 417 123 54
Binary 1110100 10011 11001111 101100 1011011 0 10011 100001111 1010011 101100

Color Harmonies of #7413CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7413CF

Black with #7413CF

Text Example


Text Example

White with #7413CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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