Html Css Color HEX #402ABE Purple Heart

📋 copy color: '#402ABE'

red 64 ◦ green 42 ◦ blue 190

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

Shades of Purple Heart #402ABE

Tints of Purple Heart #402ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.19%

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 21.62%
G = 14.19%
B = 64.19%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#402ABE (or 0x402ABE) is known color: Purple Heart. HEX triplet: 40, 2A and BE. RGB value is (64,42,190). Sum of RGB (Red+Green+Blue) = 64+42+190=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #402ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ABE is #BFD541. Grayscale: #404040. Windows color (decimal): -12571970 or 12462656. OLE color: 12462656.

HSL color Cylindrical-coordinate representation of color #402ABE: hue angle of 248.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402ABE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 42 190 -
CMYK 0.66 0.78 0 0.25
HSL 248.92º 0.64% 0.45% -
HSV(B) 248.92º 0.78% 0.75% -
XYZ 12.24 6.46 49.32 -
YUV 65.45 198.29 126.97 -
System Red Green Blue C M Y K H S L
Decimal 64 42 190 0.66 0.78 0 0.25 248.92 0.64 0.45
Hex 40 2A BE 42 4E 0 19 F9 40 2D
Octal 100 52 276 102 116 0 31 371 100 55
Binary 1000000 101010 10111110 1000010 1001110 0 11001 11111001 1000000 101101

Color Harmonies of #402ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ABE

Black with #402ABE

Text Example


Text Example

White with #402ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,42,190); }

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

background-color css

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

 a { background-color: rgb(64,42,190); }

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

border-color css

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

 span { border-color: rgb(64,42,190); }

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