Html Css Color HEX #4026CE Purple Heart

📋 copy color: '#4026CE'

red 64 ◦ green 38 ◦ blue 206

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

Shades of Purple Heart #4026CE

Tints of Purple Heart #4026CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.34%

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 20.78%
G = 12.34%
B = 66.88%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4026CE (or 0x4026CE) is known color: Purple Heart. HEX triplet: 40, 26 and CE. RGB value is (64,38,206). Sum of RGB (Red+Green+Blue) = 64+38+206=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #4026CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4026CE is #BFD931. Grayscale: #404040. Windows color (decimal): -12572978 or 13510208. OLE color: 13510208.

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

Color convert

RGB 64 38 206 -
CMYK 0.69 0.82 0 0.19
HSL 249.29º 0.69% 0.48% -
HSV(B) 249.29º 0.82% 0.81% -
XYZ 13.95 6.93 59 -
YUV 64.93 207.61 127.34 -
System Red Green Blue C M Y K H S L
Decimal 64 38 206 0.69 0.82 0 0.19 249.29 0.69 0.48
Hex 40 26 CE 45 52 0 13 F9 45 30
Octal 100 46 316 105 122 0 23 371 105 60
Binary 1000000 100110 11001110 1000101 1010010 0 10011 11111001 1000101 110000

Color Harmonies of #4026CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4026CE

Black with #4026CE

Text Example


Text Example

White with #4026CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4026CE; }

 p { color: rgb(64,38,206); }

 H1.HeaderClassName
 {
   color: #4026CE;
 }
 .AnyTagClassName
 {
   color: #4026CE;
 }
</style>

background-color css

<style>
 a { background-color: #4026CE; }

 a { background-color: rgb(64,38,206); }

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

border-color css

<style>
 span { border-color: #4026CE; }

 span { border-color: rgb(64,38,206); }

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