Html Css Color HEX #4425BF Purple Heart

📋 copy color: '#4425BF'

red 68 ◦ green 37 ◦ blue 191

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

Shades of Purple Heart #4425BF

Tints of Purple Heart #4425BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.53%

R = 22.97%
G = 12.5%
B = 64.53%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4425BF (or 0x4425BF) is known color: Purple Heart. HEX triplet: 44, 25 and BF. RGB value is (68,37,191). Sum of RGB (Red+Green+Blue) = 68+37+191=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #4425BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4425BF is #BBDA40. Grayscale: #3F3F3F. Windows color (decimal): -12311105 or 12526916. OLE color: 12526916.

HSL color Cylindrical-coordinate representation of color #4425BF: hue angle of 252.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4425BF is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 37 191 -
CMYK 0.64 0.81 0 0.25
HSL 252.08º 0.68% 0.45% -
HSV(B) 252.08º 0.81% 0.75% -
XYZ 12.45 6.31 49.85 -
YUV 63.83 199.77 130.98 -
System Red Green Blue C M Y K H S L
Decimal 68 37 191 0.64 0.81 0 0.25 252.08 0.68 0.45
Hex 44 25 BF 40 51 0 19 FC 44 2D
Octal 104 45 277 100 121 0 31 374 104 55
Binary 1000100 100101 10111111 1000000 1010001 0 11001 11111100 1000100 101101

Color Harmonies of #4425BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4425BF

Black with #4425BF

Text Example


Text Example

White with #4425BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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