Html Css Color HEX #4425BB Purple Heart

📋 copy color: '#4425BB'

red 68 ◦ green 37 ◦ blue 187

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

Shades of Purple Heart #4425BB

Tints of Purple Heart #4425BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.04%

R = 23.29%
G = 12.67%
B = 64.04%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4425BB (or 0x4425BB) is known color: Purple Heart. HEX triplet: 44, 25 and BB. RGB value is (68,37,187). Sum of RGB (Red+Green+Blue) = 68+37+187=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #4425BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4425BB is #BBDA44. Grayscale: #3E3E3E. Windows color (decimal): -12311109 or 12264772. OLE color: 12264772.

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

Color convert

RGB 68 37 187 -
CMYK 0.64 0.80 0 0.27
HSL 252.4º 0.67% 0.44% -
HSV(B) 252.4º 0.8% 0.73% -
XYZ 12.02 6.14 47.57 -
YUV 63.37 197.77 131.3 -
System Red Green Blue C M Y K H S L
Decimal 68 37 187 0.64 0.80 0 0.27 252.4 0.67 0.44
Hex 44 25 BB 40 50 0 1B FC 43 2C
Octal 104 45 273 100 120 0 33 374 103 54
Binary 1000100 100101 10111011 1000000 1010000 0 11011 11111100 1000011 101100

Color Harmonies of #4425BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4425BB

Black with #4425BB

Text Example


Text Example

White with #4425BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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