Html Css Color HEX #441CCD Purple Heart

📋 copy color: '#441CCD'

red 68 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #441CCD

Tints of Purple Heart #441CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

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

R = 22.59%
G = 9.3%
B = 68.11%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#441CCD (or 0x441CCD) is known color: Purple Heart. HEX triplet: 44, 1C and CD. RGB value is (68,28,205). Sum of RGB (Red+Green+Blue) = 68+28+205=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #441CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CCD is #BBE332. Grayscale: #3B3B3B. Windows color (decimal): -12313395 or 13442116. OLE color: 13442116.

HSL color Cylindrical-coordinate representation of color #441CCD: hue angle of 253.56º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441CCD is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 28 205 -
CMYK 0.67 0.86 0 0.20
HSL 253.56º 0.76% 0.46% -
HSV(B) 253.56º 0.86% 0.8% -
XYZ 13.82 6.47 58.28 -
YUV 60.14 209.75 133.61 -
System Red Green Blue C M Y K H S L
Decimal 68 28 205 0.67 0.86 0 0.20 253.56 0.76 0.46
Hex 44 1C CD 43 56 0 14 FE 4C 2E
Octal 104 34 315 103 126 0 24 376 114 56
Binary 1000100 11100 11001101 1000011 1010110 0 10100 11111110 1001100 101110

Color Harmonies of #441CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CCD

Black with #441CCD

Text Example


Text Example

White with #441CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441CCD; }

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

 H1.HeaderClassName
 {
   color: #441CCD;
 }
 .AnyTagClassName
 {
   color: #441CCD;
 }
</style>

background-color css

<style>
 a { background-color: #441CCD; }

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

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

border-color css

<style>
 span { border-color: #441CCD; }

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

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