Html Css Color HEX #442CBF Purple Heart

📋 copy color: '#442CBF'

red 68 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #442CBF

Tints of Purple Heart #442CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.52%

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

R = 22.44%
G = 14.52%
B = 63.04%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#442CBF (or 0x442CBF) is known color: Purple Heart. HEX triplet: 44, 2C and BF. RGB value is (68,44,191). Sum of RGB (Red+Green+Blue) = 68+44+191=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #442CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CBF is #BBD340. Grayscale: #434343. Windows color (decimal): -12309313 or 12528708. OLE color: 12528708.

HSL color Cylindrical-coordinate representation of color #442CBF: hue angle of 249.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442CBF is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 44 191 -
CMYK 0.64 0.77 0 0.25
HSL 249.8º 0.63% 0.46% -
HSV(B) 249.8º 0.77% 0.75% -
XYZ 12.69 6.79 49.93 -
YUV 67.93 197.45 128.05 -
System Red Green Blue C M Y K H S L
Decimal 68 44 191 0.64 0.77 0 0.25 249.8 0.63 0.46
Hex 44 2C BF 40 4D 0 19 FA 3F 2E
Octal 104 54 277 100 115 0 31 372 77 56
Binary 1000100 101100 10111111 1000000 1001101 0 11001 11111010 111111 101110

Color Harmonies of #442CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CBF

Black with #442CBF

Text Example


Text Example

White with #442CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442CBF; }

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

 H1.HeaderClassName
 {
   color: #442CBF;
 }
 .AnyTagClassName
 {
   color: #442CBF;
 }
</style>

background-color css

<style>
 a { background-color: #442CBF; }

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

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

border-color css

<style>
 span { border-color: #442CBF; }

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

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