Html Css Color HEX #7428CF Purple Heart

📋 copy color: '#7428CF'

red 116 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #7428CF

Tints of Purple Heart #7428CF

RGB

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

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

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

R = 31.96%
G = 11.02%
B = 57.02%

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

#7428CF (or 0x7428CF) is known color: Purple Heart. HEX triplet: 74, 28 and CF. RGB value is (116,40,207). Sum of RGB (Red+Green+Blue) = 116+40+207=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #7428CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7428CF is #8BD730. Grayscale: #515151. Windows color (decimal): -9164593 or 13576308. OLE color: 13576308.

HSL color Cylindrical-coordinate representation of color #7428CF: hue angle of 267.31º degrees, saturation: 0.68, 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 #7428CF is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 40 207 -
CMYK 0.44 0.81 0 0.19
HSL 267.31º 0.68% 0.48% -
HSV(B) 267.31º 0.81% 0.81% -
XYZ 19.22 9.74 59.9 -
YUV 81.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 116 40 207 0.44 0.81 0 0.19 267.31 0.68 0.48
Hex 74 28 CF 2C 51 0 13 10B 44 30
Octal 164 50 317 54 121 0 23 413 104 60
Binary 1110100 101000 11001111 101100 1010001 0 10011 100001011 1000100 110000

Color Harmonies of #7428CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7428CF

Black with #7428CF

Text Example


Text Example

White with #7428CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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