Html Css Color HEX #441CCF Purple Heart

📋 copy color: '#441CCF'

red 68 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #441CCF

Tints of Purple Heart #441CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.32%

R = 22.44%
G = 9.24%
B = 68.32%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#441CCF (or 0x441CCF) is known color: Purple Heart. HEX triplet: 44, 1C and CF. RGB value is (68,28,207). Sum of RGB (Red+Green+Blue) = 68+28+207=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #441CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CCF is #BBE330. Grayscale: #3B3B3B. Windows color (decimal): -12313393 or 13573188. OLE color: 13573188.

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

Color convert

RGB 68 28 207 -
CMYK 0.67 0.86 0 0.19
HSL 253.41º 0.76% 0.46% -
HSV(B) 253.41º 0.86% 0.81% -
XYZ 14.06 6.56 59.56 -
YUV 60.37 210.75 133.45 -
System Red Green Blue C M Y K H S L
Decimal 68 28 207 0.67 0.86 0 0.19 253.41 0.76 0.46
Hex 44 1C CF 43 56 0 13 FD 4C 2E
Octal 104 34 317 103 126 0 23 375 114 56
Binary 1000100 11100 11001111 1000011 1010110 0 10011 11111101 1001100 101110

Color Harmonies of #441CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CCF

Black with #441CCF

Text Example


Text Example

White with #441CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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