Html Css Color HEX #4428BC Purple Heart

📋 copy color: '#4428BC'

red 68 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #4428BC

Tints of Purple Heart #4428BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 188 (73.83% from 255) = 63.51%

R = 22.97%
G = 13.51%
B = 63.51%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4428BC (or 0x4428BC) is known color: Purple Heart. HEX triplet: 44, 28 and BC. RGB value is (68,40,188). Sum of RGB (Red+Green+Blue) = 68+40+188=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #4428BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4428BC is #BBD743. Grayscale: #404040. Windows color (decimal): -12310340 or 12331076. OLE color: 12331076.

HSL color Cylindrical-coordinate representation of color #4428BC: hue angle of 251.35º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4428BC is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 40 188 -
CMYK 0.64 0.79 0 0.26
HSL 251.35º 0.65% 0.45% -
HSV(B) 251.35º 0.79% 0.74% -
XYZ 12.22 6.38 48.16 -
YUV 65.24 197.28 129.97 -
System Red Green Blue C M Y K H S L
Decimal 68 40 188 0.64 0.79 0 0.26 251.35 0.65 0.45
Hex 44 28 BC 40 4F 0 1A FB 41 2D
Octal 104 50 274 100 117 0 32 373 101 55
Binary 1000100 101000 10111100 1000000 1001111 0 11010 11111011 1000001 101101

Color Harmonies of #4428BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4428BC

Black with #4428BC

Text Example


Text Example

White with #4428BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4428BC; }

 p { color: rgb(68,40,188); }

 H1.HeaderClassName
 {
   color: #4428BC;
 }
 .AnyTagClassName
 {
   color: #4428BC;
 }
</style>

background-color css

<style>
 a { background-color: #4428BC; }

 a { background-color: rgb(68,40,188); }

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

border-color css

<style>
 span { border-color: #4428BC; }

 span { border-color: rgb(68,40,188); }

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