Html Css Color HEX #442ABC Purple Heart

📋 copy color: '#442ABC'

red 68 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #442ABC

Tints of Purple Heart #442ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 22.82%
G = 14.09%
B = 63.09%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#442ABC (or 0x442ABC) is known color: Purple Heart. HEX triplet: 44, 2A and BC. RGB value is (68,42,188). Sum of RGB (Red+Green+Blue) = 68+42+188=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #442ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ABC is #BBD543. Grayscale: #414141. Windows color (decimal): -12309828 or 12331588. OLE color: 12331588.

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

Color convert

RGB 68 42 188 -
CMYK 0.64 0.78 0 0.26
HSL 250.68º 0.63% 0.45% -
HSV(B) 250.68º 0.78% 0.74% -
XYZ 12.29 6.52 48.19 -
YUV 66.42 196.61 129.13 -
System Red Green Blue C M Y K H S L
Decimal 68 42 188 0.64 0.78 0 0.26 250.68 0.63 0.45
Hex 44 2A BC 40 4E 0 1A FB 3F 2D
Octal 104 52 274 100 116 0 32 373 77 55
Binary 1000100 101010 10111100 1000000 1001110 0 11010 11111011 111111 101101

Color Harmonies of #442ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442ABC

Black with #442ABC

Text Example


Text Example

White with #442ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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