Html Css Color HEX #442DCD Purple Heart

📋 copy color: '#442DCD'

red 68 ◦ green 45 ◦ blue 205

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

Shades of Purple Heart #442DCD

Tints of Purple Heart #442DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.15%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 21.38%
G = 14.15%
B = 64.47%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#442DCD (or 0x442DCD) is known color: Purple Heart. HEX triplet: 44, 2D and CD. RGB value is (68,45,205). Sum of RGB (Red+Green+Blue) = 68+45+205=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #442DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DCD is #BBD232. Grayscale: #454545. Windows color (decimal): -12309043 or 13446468. OLE color: 13446468.

HSL color Cylindrical-coordinate representation of color #442DCD: hue angle of 248.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442DCD is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 45 205 -
CMYK 0.67 0.78 0 0.20
HSL 248.63º 0.64% 0.49% -
HSV(B) 248.63º 0.78% 0.8% -
XYZ 14.34 7.51 58.45 -
YUV 70.12 204.12 126.49 -
System Red Green Blue C M Y K H S L
Decimal 68 45 205 0.67 0.78 0 0.20 248.63 0.64 0.49
Hex 44 2D CD 43 4E 0 14 F9 40 31
Octal 104 55 315 103 116 0 24 371 100 61
Binary 1000100 101101 11001101 1000011 1001110 0 10100 11111001 1000000 110001

Color Harmonies of #442DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DCD

Black with #442DCD

Text Example


Text Example

White with #442DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,45,205); }

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

background-color css

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

 a { background-color: rgb(68,45,205); }

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

border-color css

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

 span { border-color: rgb(68,45,205); }

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