Html Css Color HEX #7028CE Purple Heart

📋 copy color: '#7028CE'

red 112 ◦ green 40 ◦ blue 206

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

Shades of Purple Heart #7028CE

Tints of Purple Heart #7028CE

RGB

 RED value IS 112 (44.14% from 255) = 31.28%

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

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

R = 31.28%
G = 11.17%
B = 57.54%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7028CE (or 0x7028CE) is known color: Purple Heart. HEX triplet: 70, 28 and CE. RGB value is (112,40,206). Sum of RGB (Red+Green+Blue) = 112+40+206=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #7028CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7028CE is #8FD731. Grayscale: #4F4F4F. Windows color (decimal): -9426738 or 13510768. OLE color: 13510768.

HSL color Cylindrical-coordinate representation of color #7028CE: hue angle of 266.02º 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 #7028CE is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 40 206 -
CMYK 0.46 0.81 0 0.19
HSL 266.02º 0.67% 0.48% -
HSV(B) 266.02º 0.81% 0.81% -
XYZ 18.58 9.42 59.23 -
YUV 80.45 198.85 150.5 -
System Red Green Blue C M Y K H S L
Decimal 112 40 206 0.46 0.81 0 0.19 266.02 0.67 0.48
Hex 70 28 CE 2E 51 0 13 10A 43 30
Octal 160 50 316 56 121 0 23 412 103 60
Binary 1110000 101000 11001110 101110 1010001 0 10011 100001010 1000011 110000

Color Harmonies of #7028CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7028CE

Black with #7028CE

Text Example


Text Example

White with #7028CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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