Html Css Color HEX #440DCB Purple Heart

📋 copy color: '#440DCB'

red 68 ◦ green 13 ◦ blue 203

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

Shades of Purple Heart #440DCB

Tints of Purple Heart #440DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 203 (79.69% from 255) = 71.48%

R = 23.94%
G = 4.58%
B = 71.48%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#440DCB (or 0x440DCB) is known color: Purple Heart. HEX triplet: 44, 0D and CB. RGB value is (68,13,203). Sum of RGB (Red+Green+Blue) = 68+13+203=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #440DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DCB is #BBF234. Grayscale: #323232. Windows color (decimal): -12317237 or 13307204. OLE color: 13307204.

HSL color Cylindrical-coordinate representation of color #440DCB: hue angle of 257.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440DCB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 13 203 -
CMYK 0.67 0.94 0 0.20
HSL 257.37º 0.88% 0.42% -
HSV(B) 257.37º 0.94% 0.8% -
XYZ 13.31 5.83 56.92 -
YUV 51.11 213.72 140.05 -
System Red Green Blue C M Y K H S L
Decimal 68 13 203 0.67 0.94 0 0.20 257.37 0.88 0.42
Hex 44 D CB 43 5E 0 14 101 58 2A
Octal 104 15 313 103 136 0 24 401 130 52
Binary 1000100 1101 11001011 1000011 1011110 0 10100 100000001 1011000 101010

Color Harmonies of #440DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DCB

Black with #440DCB

Text Example


Text Example

White with #440DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440DCB; }

 p { color: rgb(68,13,203); }

 H1.HeaderClassName
 {
   color: #440DCB;
 }
 .AnyTagClassName
 {
   color: #440DCB;
 }
</style>

background-color css

<style>
 a { background-color: #440DCB; }

 a { background-color: rgb(68,13,203); }

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

border-color css

<style>
 span { border-color: #440DCB; }

 span { border-color: rgb(68,13,203); }

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