Html Css Color HEX #7341D6 Purple Heart

📋 copy color: '#7341D6'

red 115 ◦ green 65 ◦ blue 214

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

Shades of Purple Heart #7341D6

Tints of Purple Heart #7341D6

RGB

 RED value IS 115 (45.31% from 255) = 29.19%

 GREEN value IS 65 (25.78% from 255) = 16.5%

 BLUE value IS 214 (83.98% from 255) = 54.31%

R = 29.19%
G = 16.5%
B = 54.31%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7341D6 (or 0x7341D6) is known color: Purple Heart. HEX triplet: 73, 41 and D6. RGB value is (115,65,214). Sum of RGB (Red+Green+Blue) = 115+65+214=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #7341D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341D6 is #8CBE29. Grayscale: #606060. Windows color (decimal): -9223722 or 14041459. OLE color: 14041459.

HSL color Cylindrical-coordinate representation of color #7341D6: hue angle of 260.13º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7341D6 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 65 214 -
CMYK 0.46 0.70 0 0.16
HSL 260.13º 0.65% 0.55% -
HSV(B) 260.13º 0.7% 0.84% -
XYZ 21.1 12.28 64.88 -
YUV 96.94 194.07 140.88 -
System Red Green Blue C M Y K H S L
Decimal 115 65 214 0.46 0.70 0 0.16 260.13 0.65 0.55
Hex 73 41 D6 2E 46 0 10 104 41 37
Octal 163 101 326 56 106 0 20 404 101 67
Binary 1110011 1000001 11010110 101110 1000110 0 10000 100000100 1000001 110111

Color Harmonies of #7341D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7341D6

Black with #7341D6

Text Example


Text Example

White with #7341D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7341D6; }

 p { color: rgb(115,65,214); }

 H1.HeaderClassName
 {
   color: #7341D6;
 }
 .AnyTagClassName
 {
   color: #7341D6;
 }
</style>

background-color css

<style>
 a { background-color: #7341D6; }

 a { background-color: rgb(115,65,214); }

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

border-color css

<style>
 span { border-color: #7341D6; }

 span { border-color: rgb(115,65,214); }

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