Html Css Color HEX #4429CB Purple Heart

📋 copy color: '#4429CB'

red 68 ◦ green 41 ◦ blue 203

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

Shades of Purple Heart #4429CB

Tints of Purple Heart #4429CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.06%

R = 21.79%
G = 13.14%
B = 65.06%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4429CB (or 0x4429CB) is known color: Purple Heart. HEX triplet: 44, 29 and CB. RGB value is (68,41,203). Sum of RGB (Red+Green+Blue) = 68+41+203=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #4429CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4429CB is #BBD634. Grayscale: #424242. Windows color (decimal): -12310069 or 13314372. OLE color: 13314372.

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

Color convert

RGB 68 41 203 -
CMYK 0.67 0.80 0 0.20
HSL 250º 0.66% 0.48% -
HSV(B) 250º 0.8% 0.8% -
XYZ 13.96 7.13 57.14 -
YUV 67.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 68 41 203 0.67 0.80 0 0.20 250 0.66 0.48
Hex 44 29 CB 43 50 0 14 FA 42 30
Octal 104 51 313 103 120 0 24 372 102 60
Binary 1000100 101001 11001011 1000011 1010000 0 10100 11111010 1000010 110000

Color Harmonies of #4429CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4429CB

Black with #4429CB

Text Example


Text Example

White with #4429CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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