Html Css Color HEX #440ACB Purple Heart

📋 copy color: '#440ACB'

red 68 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #440ACB

Tints of Purple Heart #440ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.56%

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

R = 24.2%
G = 3.56%
B = 72.24%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#440ACB (or 0x440ACB) is known color: Purple Heart. HEX triplet: 44, 0A and CB. RGB value is (68,10,203). Sum of RGB (Red+Green+Blue) = 68+10+203=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #440ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ACB is #BBF534. Grayscale: #303030. Windows color (decimal): -12318005 or 13306436. OLE color: 13306436.

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

Color convert

RGB 68 10 203 -
CMYK 0.67 0.95 0 0.20
HSL 258.03º 0.91% 0.42% -
HSV(B) 258.03º 0.95% 0.8% -
XYZ 13.27 5.76 56.91 -
YUV 49.34 214.72 141.31 -
System Red Green Blue C M Y K H S L
Decimal 68 10 203 0.67 0.95 0 0.20 258.03 0.91 0.42
Hex 44 A CB 43 5F 0 14 102 5B 2A
Octal 104 12 313 103 137 0 24 402 133 52
Binary 1000100 1010 11001011 1000011 1011111 0 10100 100000010 1011011 101010

Color Harmonies of #440ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440ACB

Black with #440ACB

Text Example


Text Example

White with #440ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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