Html Css Color HEX #442AB6 Purple Heart

📋 copy color: '#442AB6'

red 68 ◦ green 42 ◦ blue 182

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

Shades of Purple Heart #442AB6

Tints of Purple Heart #442AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 62.33%

R = 23.29%
G = 14.38%
B = 62.33%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#442AB6 (or 0x442AB6) is known color: Purple Heart. HEX triplet: 44, 2A and B6. RGB value is (68,42,182). Sum of RGB (Red+Green+Blue) = 68+42+182=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #442AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442AB6 is #BBD549. Grayscale: #414141. Windows color (decimal): -12309834 or 11938372. OLE color: 11938372.

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

Color convert

RGB 68 42 182 -
CMYK 0.63 0.77 0 0.29
HSL 251.14º 0.63% 0.44% -
HSV(B) 251.14º 0.77% 0.71% -
XYZ 11.66 6.26 44.85 -
YUV 65.73 193.61 129.62 -
System Red Green Blue C M Y K H S L
Decimal 68 42 182 0.63 0.77 0 0.29 251.14 0.63 0.44
Hex 44 2A B6 3F 4D 0 1D FB 3E 2C
Octal 104 52 266 77 115 0 35 373 76 54
Binary 1000100 101010 10110110 111111 1001101 0 11101 11111011 111110 101100

Color Harmonies of #442AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AB6

Black with #442AB6

Text Example


Text Example

White with #442AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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