Html Css Color HEX #4422BD Purple Heart

📋 copy color: '#4422BD'

red 68 ◦ green 34 ◦ blue 189

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

Shades of Purple Heart #4422BD

Tints of Purple Heart #4422BD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

 BLUE value IS 189 (74.22% from 255) = 64.95%

R = 23.37%
G = 11.68%
B = 64.95%

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

#4422BD (or 0x4422BD) is known color: Purple Heart. HEX triplet: 44, 22 and BD. RGB value is (68,34,189). Sum of RGB (Red+Green+Blue) = 68+34+189=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #4422BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4422BD is #BBDD42. Grayscale: #3D3D3D. Windows color (decimal): -12311875 or 12395076. OLE color: 12395076.

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

Color convert

RGB 68 34 189 -
CMYK 0.64 0.82 0 0.26
HSL 253.16º 0.7% 0.44% -
HSV(B) 253.16º 0.82% 0.74% -
XYZ 12.14 6.05 48.67 -
YUV 61.84 199.76 132.4 -
System Red Green Blue C M Y K H S L
Decimal 68 34 189 0.64 0.82 0 0.26 253.16 0.7 0.44
Hex 44 22 BD 40 52 0 1A FD 46 2C
Octal 104 42 275 100 122 0 32 375 106 54
Binary 1000100 100010 10111101 1000000 1010010 0 11010 11111101 1000110 101100

Color Harmonies of #4422BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4422BD

Black with #4422BD

Text Example


Text Example

White with #4422BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4422BD; }

 p { color: rgb(68,34,189); }

 H1.HeaderClassName
 {
   color: #4422BD;
 }
 .AnyTagClassName
 {
   color: #4422BD;
 }
</style>

background-color css

<style>
 a { background-color: #4422BD; }

 a { background-color: rgb(68,34,189); }

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

border-color css

<style>
 span { border-color: #4422BD; }

 span { border-color: rgb(68,34,189); }

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