Html Css Color HEX #442ACD Purple Heart

📋 copy color: '#442ACD'

red 68 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #442ACD

Tints of Purple Heart #442ACD

RGB

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

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

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

R = 21.59%
G = 13.33%
B = 65.08%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#442ACD (or 0x442ACD) is known color: Purple Heart. HEX triplet: 44, 2A and CD. RGB value is (68,42,205). Sum of RGB (Red+Green+Blue) = 68+42+205=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #442ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ACD is #BBD532. Grayscale: #434343. Windows color (decimal): -12309811 or 13445700. OLE color: 13445700.

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

Color convert

RGB 68 42 205 -
CMYK 0.67 0.80 0 0.20
HSL 249.57º 0.66% 0.48% -
HSV(B) 249.57º 0.8% 0.8% -
XYZ 14.23 7.29 58.42 -
YUV 68.36 205.11 127.75 -
System Red Green Blue C M Y K H S L
Decimal 68 42 205 0.67 0.80 0 0.20 249.57 0.66 0.48
Hex 44 2A CD 43 50 0 14 FA 42 30
Octal 104 52 315 103 120 0 24 372 102 60
Binary 1000100 101010 11001101 1000011 1010000 0 10100 11111010 1000010 110000

Color Harmonies of #442ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442ACD

Black with #442ACD

Text Example


Text Example

White with #442ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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