Html Css Color HEX #7032CE Purple Heart

📋 copy color: '#7032CE'

red 112 ◦ green 50 ◦ blue 206

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

Shades of Purple Heart #7032CE

Tints of Purple Heart #7032CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

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

R = 30.43%
G = 13.59%
B = 55.98%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7032CE (or 0x7032CE) is known color: Purple Heart. HEX triplet: 70, 32 and CE. RGB value is (112,50,206). Sum of RGB (Red+Green+Blue) = 112+50+206=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #7032CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7032CE is #8FCD31. Grayscale: #555555. Windows color (decimal): -9424178 or 13513328. OLE color: 13513328.

HSL color Cylindrical-coordinate representation of color #7032CE: hue angle of 263.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7032CE is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 50 206 -
CMYK 0.46 0.76 0 0.19
HSL 263.85º 0.61% 0.5% -
HSV(B) 263.85º 0.76% 0.81% -
XYZ 18.96 10.18 59.36 -
YUV 86.32 195.54 146.32 -
System Red Green Blue C M Y K H S L
Decimal 112 50 206 0.46 0.76 0 0.19 263.85 0.61 0.5
Hex 70 32 CE 2E 4C 0 13 108 3D 32
Octal 160 62 316 56 114 0 23 410 75 62
Binary 1110000 110010 11001110 101110 1001100 0 10011 100001000 111101 110010

Color Harmonies of #7032CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7032CE

Black with #7032CE

Text Example


Text Example

White with #7032CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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