Html Css Color HEX #7422D1 Purple Heart

📋 copy color: '#7422D1'

red 116 ◦ green 34 ◦ blue 209

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

Shades of Purple Heart #7422D1

Tints of Purple Heart #7422D1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

 BLUE value IS 209 (82.03% from 255) = 58.22%

R = 32.31%
G = 9.47%
B = 58.22%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7422D1 (or 0x7422D1) is known color: Purple Heart. HEX triplet: 74, 22 and D1. RGB value is (116,34,209). Sum of RGB (Red+Green+Blue) = 116+34+209=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #7422D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7422D1 is #8BDD2E. Grayscale: #4D4D4D. Windows color (decimal): -9166127 or 13705844. OLE color: 13705844.

HSL color Cylindrical-coordinate representation of color #7422D1: hue angle of 268.11º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7422D1 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 34 209 -
CMYK 0.44 0.84 0 0.18
HSL 268.11º 0.72% 0.48% -
HSV(B) 268.11º 0.84% 0.82% -
XYZ 19.28 9.46 61.13 -
YUV 78.47 201.67 154.77 -
System Red Green Blue C M Y K H S L
Decimal 116 34 209 0.44 0.84 0 0.18 268.11 0.72 0.48
Hex 74 22 D1 2C 54 0 12 10C 48 30
Octal 164 42 321 54 124 0 22 414 110 60
Binary 1110100 100010 11010001 101100 1010100 0 10010 100001100 1001000 110000

Color Harmonies of #7422D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7422D1

Black with #7422D1

Text Example


Text Example

White with #7422D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7422D1; }

 p { color: rgb(116,34,209); }

 H1.HeaderClassName
 {
   color: #7422D1;
 }
 .AnyTagClassName
 {
   color: #7422D1;
 }
</style>

background-color css

<style>
 a { background-color: #7422D1; }

 a { background-color: rgb(116,34,209); }

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

border-color css

<style>
 span { border-color: #7422D1; }

 span { border-color: rgb(116,34,209); }

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