Html Css Color HEX #440BCC Purple Heart

📋 copy color: '#440BCC'

red 68 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #440BCC

Tints of Purple Heart #440BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

 BLUE value IS 204 (80.08% from 255) = 72.08%

R = 24.03%
G = 3.89%
B = 72.08%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#440BCC (or 0x440BCC) is known color: Purple Heart. HEX triplet: 44, 0B and CC. RGB value is (68,11,204). Sum of RGB (Red+Green+Blue) = 68+11+204=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #440BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BCC is #BBF433. Grayscale: #313131. Windows color (decimal): -12317748 or 13372228. OLE color: 13372228.

HSL color Cylindrical-coordinate representation of color #440BCC: hue angle of 257.72º degrees, saturation: 0.9, 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 #440BCC is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 11 204 -
CMYK 0.67 0.95 0 0.2
HSL 257.72º 0.9% 0.42% -
HSV(B) 257.72º 0.95% 0.8% -
XYZ 13.4 5.83 57.55 -
YUV 50.05 214.88 140.81 -
System Red Green Blue C M Y K H S L
Decimal 68 11 204 0.67 0.95 0 0.2 257.72 0.9 0.42
Hex 44 B CC 43 5F 0 14 102 5A 2A
Octal 104 13 314 103 137 0 24 402 132 52
Binary 1000100 1011 11001100 1000011 1011111 0 10100 100000010 1011010 101010

Color Harmonies of #440BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BCC

Black with #440BCC

Text Example


Text Example

White with #440BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,11,204); }

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

background-color css

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

 a { background-color: rgb(68,11,204); }

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

border-color css

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

 span { border-color: rgb(68,11,204); }

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