Html Css Color HEX #7428CE Purple Heart

📋 copy color: '#7428CE'

red 116 ◦ green 40 ◦ blue 206

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

Shades of Purple Heart #7428CE

Tints of Purple Heart #7428CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 32.04%
G = 11.05%
B = 56.91%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7428CE (or 0x7428CE) is known color: Purple Heart. HEX triplet: 74, 28 and CE. RGB value is (116,40,206). Sum of RGB (Red+Green+Blue) = 116+40+206=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #7428CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7428CE is #8BD731. Grayscale: #515151. Windows color (decimal): -9164594 or 13510772. OLE color: 13510772.

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

Color convert

RGB 116 40 206 -
CMYK 0.44 0.81 0 0.19
HSL 267.47º 0.67% 0.48% -
HSV(B) 267.47º 0.81% 0.81% -
XYZ 19.1 9.69 59.26 -
YUV 81.65 198.18 152.5 -
System Red Green Blue C M Y K H S L
Decimal 116 40 206 0.44 0.81 0 0.19 267.47 0.67 0.48
Hex 74 28 CE 2C 51 0 13 10B 43 30
Octal 164 50 316 54 121 0 23 413 103 60
Binary 1110100 101000 11001110 101100 1010001 0 10011 100001011 1000011 110000

Color Harmonies of #7428CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7428CE

Black with #7428CE

Text Example


Text Example

White with #7428CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7428CE; }

 p { color: rgb(116,40,206); }

 H1.HeaderClassName
 {
   color: #7428CE;
 }
 .AnyTagClassName
 {
   color: #7428CE;
 }
</style>

background-color css

<style>
 a { background-color: #7428CE; }

 a { background-color: rgb(116,40,206); }

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

border-color css

<style>
 span { border-color: #7428CE; }

 span { border-color: rgb(116,40,206); }

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