Html Css Color HEX #7029C9 Purple Heart

📋 copy color: '#7029C9'

red 112 ◦ green 41 ◦ blue 201

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

Shades of Purple Heart #7029C9

Tints of Purple Heart #7029C9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

 BLUE value IS 201 (78.91% from 255) = 56.78%

R = 31.64%
G = 11.58%
B = 56.78%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7029C9 (or 0x7029C9) is known color: Purple Heart. HEX triplet: 70, 29 and C9. RGB value is (112,41,201). Sum of RGB (Red+Green+Blue) = 112+41+201=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #7029C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029C9 is #8FD636. Grayscale: #4F4F4F. Windows color (decimal): -9426487 or 13183344. OLE color: 13183344.

HSL color Cylindrical-coordinate representation of color #7029C9: hue angle of 266.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7029C9 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 41 201 -
CMYK 0.44 0.80 0 0.21
HSL 266.63º 0.66% 0.47% -
HSV(B) 266.63º 0.8% 0.79% -
XYZ 18.02 9.25 56.09 -
YUV 80.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 112 41 201 0.44 0.80 0 0.21 266.63 0.66 0.47
Hex 70 29 C9 2C 50 0 15 10B 42 2F
Octal 160 51 311 54 120 0 25 413 102 57
Binary 1110000 101001 11001001 101100 1010000 0 10101 100001011 1000010 101111

Color Harmonies of #7029C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029C9

Black with #7029C9

Text Example


Text Example

White with #7029C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7029C9; }

 p { color: rgb(112,41,201); }

 H1.HeaderClassName
 {
   color: #7029C9;
 }
 .AnyTagClassName
 {
   color: #7029C9;
 }
</style>

background-color css

<style>
 a { background-color: #7029C9; }

 a { background-color: rgb(112,41,201); }

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

border-color css

<style>
 span { border-color: #7029C9; }

 span { border-color: rgb(112,41,201); }

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