Html Css Color HEX #402ECD Purple Heart

📋 copy color: '#402ECD'

red 64 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #402ECD

Tints of Purple Heart #402ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.08%

R = 20.32%
G = 14.6%
B = 65.08%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#402ECD (or 0x402ECD) is known color: Purple Heart. HEX triplet: 40, 2E and CD. RGB value is (64,46,205). Sum of RGB (Red+Green+Blue) = 64+46+205=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #402ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ECD is #BFD132. Grayscale: #444444. Windows color (decimal): -12570931 or 13446720. OLE color: 13446720.

HSL color Cylindrical-coordinate representation of color #402ECD: hue angle of 246.79º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402ECD is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 46 205 -
CMYK 0.69 0.78 0 0.20
HSL 246.79º 0.63% 0.49% -
HSV(B) 246.79º 0.78% 0.8% -
XYZ 14.11 7.45 58.45 -
YUV 69.51 204.46 124.07 -
System Red Green Blue C M Y K H S L
Decimal 64 46 205 0.69 0.78 0 0.20 246.79 0.63 0.49
Hex 40 2E CD 45 4E 0 14 F7 3F 31
Octal 100 56 315 105 116 0 24 367 77 61
Binary 1000000 101110 11001101 1000101 1001110 0 10100 11110111 111111 110001

Color Harmonies of #402ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ECD

Black with #402ECD

Text Example


Text Example

White with #402ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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