Html Css Color HEX #442CD0 Purple Heart

📋 copy color: '#442CD0'

red 68 ◦ green 44 ◦ blue 208

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

Shades of Purple Heart #442CD0

Tints of Purple Heart #442CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65%

R = 21.25%
G = 13.75%
B = 65%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#442CD0 (or 0x442CD0) is known color: Purple Heart. HEX triplet: 44, 2C and D0. RGB value is (68,44,208). Sum of RGB (Red+Green+Blue) = 68+44+208=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 208 (81.64% from 255 or 65% from 320); Max value from RGB is 208 - color contains mainly: blue. Hex color #442CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CD0 is #BBD32F. Grayscale: #454545. Windows color (decimal): -12309296 or 13642820. OLE color: 13642820.

HSL color Cylindrical-coordinate representation of color #442CD0: hue angle of 248.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442CD0 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 44 208 -
CMYK 0.67 0.79 0 0.18
HSL 248.78º 0.65% 0.49% -
HSV(B) 248.78º 0.79% 0.82% -
XYZ 14.67 7.58 60.37 -
YUV 69.87 205.95 126.66 -
System Red Green Blue C M Y K H S L
Decimal 68 44 208 0.67 0.79 0 0.18 248.78 0.65 0.49
Hex 44 2C D0 43 4F 0 12 F9 41 31
Octal 104 54 320 103 117 0 22 371 101 61
Binary 1000100 101100 11010000 1000011 1001111 0 10010 11111001 1000001 110001

Color Harmonies of #442CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CD0

Black with #442CD0

Text Example


Text Example

White with #442CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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