Html Css Color HEX #4429CD Purple Heart

📋 copy color: '#4429CD'

red 68 ◦ green 41 ◦ blue 205

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

Shades of Purple Heart #4429CD

Tints of Purple Heart #4429CD

RGB

 RED value IS 68 (26.95% from 255) = 21.66%

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

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

R = 21.66%
G = 13.06%
B = 65.29%

CMYK

 C value IS 0.67

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4429CD (or 0x4429CD) is known color: Purple Heart. HEX triplet: 44, 29 and CD. RGB value is (68,41,205). Sum of RGB (Red+Green+Blue) = 68+41+205=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #4429CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4429CD is #BBD632. Grayscale: #434343. Windows color (decimal): -12310067 or 13445444. OLE color: 13445444.

HSL color Cylindrical-coordinate representation of color #4429CD: hue angle of 249.88º 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 #4429CD is Cyan = 0.67, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 41 205 -
CMYK 0.67 0.8 0 0.20
HSL 249.88º 0.67% 0.48% -
HSV(B) 249.88º 0.8% 0.8% -
XYZ 14.2 7.22 58.4 -
YUV 67.77 205.45 128.16 -
System Red Green Blue C M Y K H S L
Decimal 68 41 205 0.67 0.8 0 0.20 249.88 0.67 0.48
Hex 44 29 CD 43 50 0 14 FA 43 30
Octal 104 51 315 103 120 0 24 372 103 60
Binary 1000100 101001 11001101 1000011 1010000 0 10100 11111010 1000011 110000

Color Harmonies of #4429CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4429CD

Black with #4429CD

Text Example


Text Example

White with #4429CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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