Html Css Color HEX #7040CD Purple Heart

📋 copy color: '#7040CD'

red 112 ◦ green 64 ◦ blue 205

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

Shades of Purple Heart #7040CD

Tints of Purple Heart #7040CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.8%

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 29.4%
G = 16.8%
B = 53.81%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7040CD (or 0x7040CD) is known color: Purple Heart. HEX triplet: 70, 40 and CD. RGB value is (112,64,205). Sum of RGB (Red+Green+Blue) = 112+64+205=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #7040CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040CD is #8FBF32. Grayscale: #5D5D5D. Windows color (decimal): -9420595 or 13451376. OLE color: 13451376.

HSL color Cylindrical-coordinate representation of color #7040CD: hue angle of 260.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7040CD is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 64 205 -
CMYK 0.45 0.69 0 0.20
HSL 260.43º 0.59% 0.53% -
HSV(B) 260.43º 0.69% 0.8% -
XYZ 19.53 11.52 58.95 -
YUV 94.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 112 64 205 0.45 0.69 0 0.20 260.43 0.59 0.53
Hex 70 40 CD 2D 45 0 14 104 3B 35
Octal 160 100 315 55 105 0 24 404 73 65
Binary 1110000 1000000 11001101 101101 1000101 0 10100 100000100 111011 110101

Color Harmonies of #7040CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040CD

Black with #7040CD

Text Example


Text Example

White with #7040CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7040CD; }

 p { color: rgb(112,64,205); }

 H1.HeaderClassName
 {
   color: #7040CD;
 }
 .AnyTagClassName
 {
   color: #7040CD;
 }
</style>

background-color css

<style>
 a { background-color: #7040CD; }

 a { background-color: rgb(112,64,205); }

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

border-color css

<style>
 span { border-color: #7040CD; }

 span { border-color: rgb(112,64,205); }

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