Html Css Color HEX #4421BC Purple Heart

📋 copy color: '#4421BC'

red 68 ◦ green 33 ◦ blue 188

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

Shades of Purple Heart #4421BC

Tints of Purple Heart #4421BC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

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

R = 23.53%
G = 11.42%
B = 65.05%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4421BC (or 0x4421BC) is known color: Purple Heart. HEX triplet: 44, 21 and BC. RGB value is (68,33,188). Sum of RGB (Red+Green+Blue) = 68+33+188=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #4421BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4421BC is #BBDE43. Grayscale: #3C3C3C. Windows color (decimal): -12312132 or 12329284. OLE color: 12329284.

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

Color convert

RGB 68 33 188 -
CMYK 0.64 0.82 0 0.26
HSL 253.55º 0.7% 0.43% -
HSV(B) 253.55º 0.82% 0.74% -
XYZ 12 5.95 48.09 -
YUV 61.14 199.6 132.9 -
System Red Green Blue C M Y K H S L
Decimal 68 33 188 0.64 0.82 0 0.26 253.55 0.7 0.43
Hex 44 21 BC 40 52 0 1A FE 46 2B
Octal 104 41 274 100 122 0 32 376 106 53
Binary 1000100 100001 10111100 1000000 1010010 0 11010 11111110 1000110 101011

Color Harmonies of #4421BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4421BC

Black with #4421BC

Text Example


Text Example

White with #4421BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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