Html Css Color HEX #440FAC Purple Heart

📋 copy color: '#440FAC'

red 68 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #440FAC

Tints of Purple Heart #440FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.88%

 BLUE value IS 172 (67.58% from 255) = 67.45%

R = 26.67%
G = 5.88%
B = 67.45%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#440FAC (or 0x440FAC) is known color: Purple Heart. HEX triplet: 44, 0F and AC. RGB value is (68,15,172). Sum of RGB (Red+Green+Blue) = 68+15+172=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #440FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FAC is #BBF053. Grayscale: #303030. Windows color (decimal): -12316756 or 11276100. OLE color: 11276100.

HSL color Cylindrical-coordinate representation of color #440FAC: hue angle of 260.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440FAC is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 15 172 -
CMYK 0.60 0.91 0 0.33
HSL 260.25º 0.84% 0.37% -
HSV(B) 260.25º 0.91% 0.67% -
XYZ 10 4.55 39.38 -
YUV 48.75 197.56 141.73 -
System Red Green Blue C M Y K H S L
Decimal 68 15 172 0.60 0.91 0 0.33 260.25 0.84 0.37
Hex 44 F AC 3C 5B 0 21 104 54 25
Octal 104 17 254 74 133 0 41 404 124 45
Binary 1000100 1111 10101100 111100 1011011 0 100001 100000100 1010100 100101

Color Harmonies of #440FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440FAC

Black with #440FAC

Text Example


Text Example

White with #440FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,15,172); }

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

background-color css

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

 a { background-color: rgb(68,15,172); }

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

border-color css

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

 span { border-color: rgb(68,15,172); }

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