Html Css Color HEX #7038DC Purple Heart

📋 copy color: '#7038DC'

red 112 ◦ green 56 ◦ blue 220

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

Shades of Purple Heart #7038DC

Tints of Purple Heart #7038DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 28.87%
G = 14.43%
B = 56.7%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7038DC (or 0x7038DC) is known color: Purple Heart. HEX triplet: 70, 38 and DC. RGB value is (112,56,220). Sum of RGB (Red+Green+Blue) = 112+56+220=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #7038DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7038DC is #8FC723. Grayscale: #5A5A5A. Windows color (decimal): -9422628 or 14432368. OLE color: 14432368.

HSL color Cylindrical-coordinate representation of color #7038DC: hue angle of 260.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7038DC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 56 220 -
CMYK 0.49 0.75 0 0.14
HSL 260.49º 0.7% 0.54% -
HSV(B) 260.49º 0.75% 0.86% -
XYZ 21.01 11.44 68.81 -
YUV 91.44 200.55 142.66 -
System Red Green Blue C M Y K H S L
Decimal 112 56 220 0.49 0.75 0 0.14 260.49 0.7 0.54
Hex 70 38 DC 31 4B 0 E 104 46 36
Octal 160 70 334 61 113 0 16 404 106 66
Binary 1110000 111000 11011100 110001 1001011 0 1110 100000100 1000110 110110

Color Harmonies of #7038DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7038DC

Black with #7038DC

Text Example


Text Example

White with #7038DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7038DC; }

 p { color: rgb(112,56,220); }

 H1.HeaderClassName
 {
   color: #7038DC;
 }
 .AnyTagClassName
 {
   color: #7038DC;
 }
</style>

background-color css

<style>
 a { background-color: #7038DC; }

 a { background-color: rgb(112,56,220); }

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

border-color css

<style>
 span { border-color: #7038DC; }

 span { border-color: rgb(112,56,220); }

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