Html Css Color HEX #440CBC Purple Heart

📋 copy color: '#440CBC'

red 68 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #440CBC

Tints of Purple Heart #440CBC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.48%

 BLUE value IS 188 (73.83% from 255) = 70.15%

R = 25.37%
G = 4.48%
B = 70.15%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#440CBC (or 0x440CBC) is known color: Purple Heart. HEX triplet: 44, 0C and BC. RGB value is (68,12,188). Sum of RGB (Red+Green+Blue) = 68+12+188=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #440CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CBC is #BBF343. Grayscale: #303030. Windows color (decimal): -12317508 or 12323908. OLE color: 12323908.

HSL color Cylindrical-coordinate representation of color #440CBC: hue angle of 259.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440CBC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 12 188 -
CMYK 0.64 0.94 0 0.26
HSL 259.09º 0.88% 0.39% -
HSV(B) 259.09º 0.94% 0.74% -
XYZ 11.59 5.12 47.95 -
YUV 48.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 68 12 188 0.64 0.94 0 0.26 259.09 0.88 0.39
Hex 44 C BC 40 5E 0 1A 103 58 27
Octal 104 14 274 100 136 0 32 403 130 47
Binary 1000100 1100 10111100 1000000 1011110 0 11010 100000011 1011000 100111

Color Harmonies of #440CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440CBC

Black with #440CBC

Text Example


Text Example

White with #440CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,12,188); }

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

background-color css

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

 a { background-color: rgb(68,12,188); }

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

border-color css

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

 span { border-color: rgb(68,12,188); }

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