Html Css Color HEX #400AC7 Purple Heart

📋 copy color: '#400AC7'

red 64 ◦ green 10 ◦ blue 199

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

Shades of Purple Heart #400AC7

Tints of Purple Heart #400AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 72.89%

R = 23.44%
G = 3.66%
B = 72.89%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#400AC7 (or 0x400AC7) is known color: Purple Heart. HEX triplet: 40, 0A and C7. RGB value is (64,10,199). Sum of RGB (Red+Green+Blue) = 64+10+199=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 199 (78.12% from 255 or 72.89% from 273); Max value from RGB is 199 - color contains mainly: blue. Hex color #400AC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400AC7 is #BFF538. Grayscale: #2E2E2E. Windows color (decimal): -12580153 or 13044288. OLE color: 13044288.

HSL color Cylindrical-coordinate representation of color #400AC7: hue angle of 257.14º 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 #400AC7 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 10 199 -
CMYK 0.68 0.95 0 0.22
HSL 257.14º 0.9% 0.41% -
HSV(B) 257.14º 0.95% 0.78% -
XYZ 12.53 5.43 54.42 -
YUV 47.69 213.39 139.63 -
System Red Green Blue C M Y K H S L
Decimal 64 10 199 0.68 0.95 0 0.22 257.14 0.9 0.41
Hex 40 A C7 44 5F 0 16 101 5A 29
Octal 100 12 307 104 137 0 26 401 132 51
Binary 1000000 1010 11000111 1000100 1011111 0 10110 100000001 1011010 101001

Color Harmonies of #400AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AC7

Black with #400AC7

Text Example


Text Example

White with #400AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,10,199); }

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

background-color css

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

 a { background-color: rgb(64,10,199); }

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

border-color css

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

 span { border-color: rgb(64,10,199); }

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