Html Css Color HEX #4027D0 Purple Heart

📋 copy color: '#4027D0'

red 64 ◦ green 39 ◦ blue 208

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

Shades of Purple Heart #4027D0

Tints of Purple Heart #4027D0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

 BLUE value IS 208 (81.64% from 255) = 66.88%

R = 20.58%
G = 12.54%
B = 66.88%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4027D0 (or 0x4027D0) is known color: Purple Heart. HEX triplet: 40, 27 and D0. RGB value is (64,39,208). Sum of RGB (Red+Green+Blue) = 64+39+208=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #4027D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027D0 is #BFD82F. Grayscale: #414141. Windows color (decimal): -12572720 or 13641536. OLE color: 13641536.

HSL color Cylindrical-coordinate representation of color #4027D0: hue angle of 248.88º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4027D0 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 39 208 -
CMYK 0.69 0.81 0 0.18
HSL 248.88º 0.68% 0.48% -
HSV(B) 248.88º 0.81% 0.82% -
XYZ 14.23 7.1 60.29 -
YUV 65.74 208.28 126.76 -
System Red Green Blue C M Y K H S L
Decimal 64 39 208 0.69 0.81 0 0.18 248.88 0.68 0.48
Hex 40 27 D0 45 51 0 12 F9 44 30
Octal 100 47 320 105 121 0 22 371 104 60
Binary 1000000 100111 11010000 1000101 1010001 0 10010 11111001 1000100 110000

Color Harmonies of #4027D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4027D0

Black with #4027D0

Text Example


Text Example

White with #4027D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4027D0; }

 p { color: rgb(64,39,208); }

 H1.HeaderClassName
 {
   color: #4027D0;
 }
 .AnyTagClassName
 {
   color: #4027D0;
 }
</style>

background-color css

<style>
 a { background-color: #4027D0; }

 a { background-color: rgb(64,39,208); }

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

border-color css

<style>
 span { border-color: #4027D0; }

 span { border-color: rgb(64,39,208); }

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