Html Css Color HEX #442ABB Purple Heart

📋 copy color: '#442ABB'

red 68 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #442ABB

Tints of Purple Heart #442ABB

RGB

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

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

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

R = 22.9%
G = 14.14%
B = 62.96%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#442ABB (or 0x442ABB) is known color: Purple Heart. HEX triplet: 44, 2A and BB. RGB value is (68,42,187). Sum of RGB (Red+Green+Blue) = 68+42+187=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #442ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ABB is #BBD544. Grayscale: #414141. Windows color (decimal): -12309829 or 12266052. OLE color: 12266052.

HSL color Cylindrical-coordinate representation of color #442ABB: hue angle of 250.76º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442ABB is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 42 187 -
CMYK 0.64 0.78 0 0.27
HSL 250.76º 0.63% 0.45% -
HSV(B) 250.76º 0.78% 0.73% -
XYZ 12.18 6.47 47.62 -
YUV 66.3 196.11 129.21 -
System Red Green Blue C M Y K H S L
Decimal 68 42 187 0.64 0.78 0 0.27 250.76 0.63 0.45
Hex 44 2A BB 40 4E 0 1B FB 3F 2D
Octal 104 52 273 100 116 0 33 373 77 55
Binary 1000100 101010 10111011 1000000 1001110 0 11011 11111011 111111 101101

Color Harmonies of #442ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442ABB

Black with #442ABB

Text Example


Text Example

White with #442ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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