Html Css Color HEX #442AB7 Purple Heart

📋 copy color: '#442AB7'

red 68 ◦ green 42 ◦ blue 183

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

Shades of Purple Heart #442AB7

Tints of Purple Heart #442AB7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

 BLUE value IS 183 (71.88% from 255) = 62.46%

R = 23.21%
G = 14.33%
B = 62.46%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#442AB7 (or 0x442AB7) is known color: Purple Heart. HEX triplet: 44, 2A and B7. RGB value is (68,42,183). Sum of RGB (Red+Green+Blue) = 68+42+183=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 183 (71.88% from 255 or 62.46% from 293); Max value from RGB is 183 - color contains mainly: blue. Hex color #442AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442AB7 is #BBD548. Grayscale: #414141. Windows color (decimal): -12309833 or 12003908. OLE color: 12003908.

HSL color Cylindrical-coordinate representation of color #442AB7: hue angle of 251.06º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442AB7 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 42 183 -
CMYK 0.63 0.77 0 0.28
HSL 251.06º 0.63% 0.44% -
HSV(B) 251.06º 0.77% 0.72% -
XYZ 11.76 6.3 45.4 -
YUV 65.85 194.11 129.54 -
System Red Green Blue C M Y K H S L
Decimal 68 42 183 0.63 0.77 0 0.28 251.06 0.63 0.44
Hex 44 2A B7 3F 4D 0 1C FB 3F 2C
Octal 104 52 267 77 115 0 34 373 77 54
Binary 1000100 101010 10110111 111111 1001101 0 11100 11111011 111111 101100

Color Harmonies of #442AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AB7

Black with #442AB7

Text Example


Text Example

White with #442AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,42,183); }

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

background-color css

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

 a { background-color: rgb(68,42,183); }

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

border-color css

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

 span { border-color: rgb(68,42,183); }

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