Html Css Color HEX #402ACF Purple Heart

📋 copy color: '#402ACF'

red 64 ◦ green 42 ◦ blue 207

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

Shades of Purple Heart #402ACF

Tints of Purple Heart #402ACF

RGB

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

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

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

R = 20.45%
G = 13.42%
B = 66.13%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#402ACF (or 0x402ACF) is known color: Purple Heart. HEX triplet: 40, 2A and CF. RGB value is (64,42,207). Sum of RGB (Red+Green+Blue) = 64+42+207=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #402ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ACF is #BFD530. Grayscale: #424242. Windows color (decimal): -12571953 or 13576768. OLE color: 13576768.

HSL color Cylindrical-coordinate representation of color #402ACF: hue angle of 248º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402ACF is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 42 207 -
CMYK 0.69 0.80 0 0.19
HSL 248º 0.66% 0.49% -
HSV(B) 248º 0.8% 0.81% -
XYZ 14.2 7.25 59.68 -
YUV 67.39 206.79 125.58 -
System Red Green Blue C M Y K H S L
Decimal 64 42 207 0.69 0.80 0 0.19 248 0.66 0.49
Hex 40 2A CF 45 50 0 13 F8 42 31
Octal 100 52 317 105 120 0 23 370 102 61
Binary 1000000 101010 11001111 1000101 1010000 0 10011 11111000 1000010 110001

Color Harmonies of #402ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ACF

Black with #402ACF

Text Example


Text Example

White with #402ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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