Html Css Color HEX #402ECF Purple Heart

📋 copy color: '#402ECF'

red 64 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #402ECF

Tints of Purple Heart #402ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 20.19%
G = 14.51%
B = 65.3%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#402ECF (or 0x402ECF) is known color: Purple Heart. HEX triplet: 40, 2E and CF. RGB value is (64,46,207). Sum of RGB (Red+Green+Blue) = 64+46+207=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #402ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ECF is #BFD130. Grayscale: #454545. Windows color (decimal): -12570929 or 13577792. OLE color: 13577792.

HSL color Cylindrical-coordinate representation of color #402ECF: hue angle of 246.71º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402ECF is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 46 207 -
CMYK 0.69 0.78 0 0.19
HSL 246.71º 0.64% 0.5% -
HSV(B) 246.71º 0.78% 0.81% -
XYZ 14.35 7.55 59.73 -
YUV 69.74 205.46 123.91 -
System Red Green Blue C M Y K H S L
Decimal 64 46 207 0.69 0.78 0 0.19 246.71 0.64 0.5
Hex 40 2E CF 45 4E 0 13 F7 40 32
Octal 100 56 317 105 116 0 23 367 100 62
Binary 1000000 101110 11001111 1000101 1001110 0 10011 11110111 1000000 110010

Color Harmonies of #402ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ECF

Black with #402ECF

Text Example


Text Example

White with #402ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402ECF; }

 p { color: rgb(64,46,207); }

 H1.HeaderClassName
 {
   color: #402ECF;
 }
 .AnyTagClassName
 {
   color: #402ECF;
 }
</style>

background-color css

<style>
 a { background-color: #402ECF; }

 a { background-color: rgb(64,46,207); }

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

border-color css

<style>
 span { border-color: #402ECF; }

 span { border-color: rgb(64,46,207); }

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