Html Css Color HEX #402ACD Purple Heart

📋 copy color: '#402ACD'

red 64 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #402ACD

Tints of Purple Heart #402ACD

RGB

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

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

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

R = 20.58%
G = 13.5%
B = 65.92%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#402ACD (or 0x402ACD) is known color: Purple Heart. HEX triplet: 40, 2A and CD. RGB value is (64,42,205). Sum of RGB (Red+Green+Blue) = 64+42+205=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #402ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ACD is #BFD532. Grayscale: #424242. Windows color (decimal): -12571955 or 13445696. OLE color: 13445696.

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

Color convert

RGB 64 42 205 -
CMYK 0.69 0.80 0 0.20
HSL 248.1º 0.66% 0.48% -
HSV(B) 248.1º 0.8% 0.8% -
XYZ 13.96 7.15 58.4 -
YUV 67.16 205.79 125.75 -
System Red Green Blue C M Y K H S L
Decimal 64 42 205 0.69 0.80 0 0.20 248.1 0.66 0.48
Hex 40 2A CD 45 50 0 14 F8 42 30
Octal 100 52 315 105 120 0 24 370 102 60
Binary 1000000 101010 11001101 1000101 1010000 0 10100 11111000 1000010 110000

Color Harmonies of #402ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ACD

Black with #402ACD

Text Example


Text Example

White with #402ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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