Html Css Color HEX #441FCD Purple Heart

📋 copy color: '#441FCD'

red 68 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #441FCD

Tints of Purple Heart #441FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

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

R = 22.37%
G = 10.2%
B = 67.43%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#441FCD (or 0x441FCD) is known color: Purple Heart. HEX triplet: 44, 1F and CD. RGB value is (68,31,205). Sum of RGB (Red+Green+Blue) = 68+31+205=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #441FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FCD is #BBE032. Grayscale: #3D3D3D. Windows color (decimal): -12312627 or 13442884. OLE color: 13442884.

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

Color convert

RGB 68 31 205 -
CMYK 0.67 0.85 0 0.20
HSL 252.76º 0.74% 0.46% -
HSV(B) 252.76º 0.85% 0.8% -
XYZ 13.89 6.62 58.3 -
YUV 61.9 208.76 132.35 -
System Red Green Blue C M Y K H S L
Decimal 68 31 205 0.67 0.85 0 0.20 252.76 0.74 0.46
Hex 44 1F CD 43 55 0 14 FD 4A 2E
Octal 104 37 315 103 125 0 24 375 112 56
Binary 1000100 11111 11001101 1000011 1010101 0 10100 11111101 1001010 101110

Color Harmonies of #441FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FCD

Black with #441FCD

Text Example


Text Example

White with #441FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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