Html Css Color HEX #400CBC Purple Heart

📋 copy color: '#400CBC'

red 64 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #400CBC

Tints of Purple Heart #400CBC

RGB

 RED value IS 64 (25.39% from 255) = 24.24%

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

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

R = 24.24%
G = 4.55%
B = 71.21%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#400CBC (or 0x400CBC) is known color: Purple Heart. HEX triplet: 40, 0C and BC. RGB value is (64,12,188). Sum of RGB (Red+Green+Blue) = 64+12+188=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #400CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CBC is #BFF343. Grayscale: #2E2E2E. Windows color (decimal): -12579652 or 12323904. OLE color: 12323904.

HSL color Cylindrical-coordinate representation of color #400CBC: hue angle of 257.73º 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 #400CBC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 12 188 -
CMYK 0.66 0.94 0 0.26
HSL 257.73º 0.88% 0.39% -
HSV(B) 257.73º 0.94% 0.74% -
XYZ 11.32 4.98 47.94 -
YUV 47.61 207.23 139.69 -
System Red Green Blue C M Y K H S L
Decimal 64 12 188 0.66 0.94 0 0.26 257.73 0.88 0.39
Hex 40 C BC 42 5E 0 1A 102 58 27
Octal 100 14 274 102 136 0 32 402 130 47
Binary 1000000 1100 10111100 1000010 1011110 0 11010 100000010 1011000 100111

Color Harmonies of #400CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CBC

Black with #400CBC

Text Example


Text Example

White with #400CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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