Html Css Color HEX #440AC8 Purple Heart

📋 copy color: '#440AC8'

red 68 ◦ green 10 ◦ blue 200

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

Shades of Purple Heart #440AC8

Tints of Purple Heart #440AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 71.94%

R = 24.46%
G = 3.6%
B = 71.94%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#440AC8 (or 0x440AC8) is known color: Purple Heart. HEX triplet: 44, 0A and C8. RGB value is (68,10,200). Sum of RGB (Red+Green+Blue) = 68+10+200=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 200 (78.52% from 255 or 71.94% from 278); Max value from RGB is 200 - color contains mainly: blue. Hex color #440AC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AC8 is #BBF537. Grayscale: #303030. Windows color (decimal): -12318008 or 13109828. OLE color: 13109828.

HSL color Cylindrical-coordinate representation of color #440AC8: hue angle of 258.32º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440AC8 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 10 200 -
CMYK 0.66 0.95 0 0.22
HSL 258.32º 0.9% 0.41% -
HSV(B) 258.32º 0.95% 0.78% -
XYZ 12.92 5.62 55.05 -
YUV 49 213.22 141.55 -
System Red Green Blue C M Y K H S L
Decimal 68 10 200 0.66 0.95 0 0.22 258.32 0.9 0.41
Hex 44 A C8 42 5F 0 16 102 5A 29
Octal 104 12 310 102 137 0 26 402 132 51
Binary 1000100 1010 11001000 1000010 1011111 0 10110 100000010 1011010 101001

Color Harmonies of #440AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440AC8

Black with #440AC8

Text Example


Text Example

White with #440AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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