Html Css Color HEX #4425BD Purple Heart

📋 copy color: '#4425BD'

red 68 ◦ green 37 ◦ blue 189

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

Shades of Purple Heart #4425BD

Tints of Purple Heart #4425BD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

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

R = 23.13%
G = 12.59%
B = 64.29%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4425BD (or 0x4425BD) is known color: Purple Heart. HEX triplet: 44, 25 and BD. RGB value is (68,37,189). Sum of RGB (Red+Green+Blue) = 68+37+189=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #4425BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4425BD is #BBDA42. Grayscale: #3F3F3F. Windows color (decimal): -12311107 or 12395844. OLE color: 12395844.

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

Color convert

RGB 68 37 189 -
CMYK 0.64 0.80 0 0.26
HSL 252.24º 0.67% 0.44% -
HSV(B) 252.24º 0.8% 0.74% -
XYZ 12.23 6.23 48.7 -
YUV 63.6 198.77 131.14 -
System Red Green Blue C M Y K H S L
Decimal 68 37 189 0.64 0.80 0 0.26 252.24 0.67 0.44
Hex 44 25 BD 40 50 0 1A FC 43 2C
Octal 104 45 275 100 120 0 32 374 103 54
Binary 1000100 100101 10111101 1000000 1010000 0 11010 11111100 1000011 101100

Color Harmonies of #4425BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4425BD

Black with #4425BD

Text Example


Text Example

White with #4425BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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