Html Css Color HEX #4029CE Purple Heart

📋 copy color: '#4029CE'

red 64 ◦ green 41 ◦ blue 206

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

Shades of Purple Heart #4029CE

Tints of Purple Heart #4029CE

RGB

 RED value IS 64 (25.39% from 255) = 20.58%

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

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

R = 20.58%
G = 13.18%
B = 66.24%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4029CE (or 0x4029CE) is known color: Purple Heart. HEX triplet: 40, 29 and CE. RGB value is (64,41,206). Sum of RGB (Red+Green+Blue) = 64+41+206=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #4029CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029CE is #BFD631. Grayscale: #424242. Windows color (decimal): -12572210 or 13510976. OLE color: 13510976.

HSL color Cylindrical-coordinate representation of color #4029CE: hue angle of 248.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4029CE is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 41 206 -
CMYK 0.69 0.80 0 0.19
HSL 248.36º 0.67% 0.48% -
HSV(B) 248.36º 0.8% 0.81% -
XYZ 14.05 7.13 59.03 -
YUV 66.69 206.62 126.08 -
System Red Green Blue C M Y K H S L
Decimal 64 41 206 0.69 0.80 0 0.19 248.36 0.67 0.48
Hex 40 29 CE 45 50 0 13 F8 43 30
Octal 100 51 316 105 120 0 23 370 103 60
Binary 1000000 101001 11001110 1000101 1010000 0 10011 11111000 1000011 110000

Color Harmonies of #4029CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029CE

Black with #4029CE

Text Example


Text Example

White with #4029CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,41,206); }

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

background-color css

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

 a { background-color: rgb(64,41,206); }

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

border-color css

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

 span { border-color: rgb(64,41,206); }

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