Html Css Color HEX #4029CD Purple Heart

📋 copy color: '#4029CD'

red 64 ◦ green 41 ◦ blue 205

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

Shades of Purple Heart #4029CD

Tints of Purple Heart #4029CD

RGB

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

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

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

R = 20.65%
G = 13.23%
B = 66.13%

CMYK

 C value IS 0.69

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4029CD (or 0x4029CD) is known color: Purple Heart. HEX triplet: 40, 29 and CD. RGB value is (64,41,205). Sum of RGB (Red+Green+Blue) = 64+41+205=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #4029CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029CD is #BFD632. Grayscale: #414141. Windows color (decimal): -12572211 or 13445440. OLE color: 13445440.

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

Color convert

RGB 64 41 205 -
CMYK 0.69 0.8 0 0.20
HSL 248.41º 0.67% 0.48% -
HSV(B) 248.41º 0.8% 0.8% -
XYZ 13.93 7.08 58.39 -
YUV 66.57 206.12 126.16 -
System Red Green Blue C M Y K H S L
Decimal 64 41 205 0.69 0.8 0 0.20 248.41 0.67 0.48
Hex 40 29 CD 45 50 0 14 F8 43 30
Octal 100 51 315 105 120 0 24 370 103 60
Binary 1000000 101001 11001101 1000101 1010000 0 10100 11111000 1000011 110000

Color Harmonies of #4029CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4029CD

Black with #4029CD

Text Example


Text Example

White with #4029CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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