Html Css Color HEX #4026BC Purple Heart

📋 copy color: '#4026BC'

red 64 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #4026BC

Tints of Purple Heart #4026BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.83%

R = 22.07%
G = 13.1%
B = 64.83%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4026BC (or 0x4026BC) is known color: Purple Heart. HEX triplet: 40, 26 and BC. RGB value is (64,38,188). Sum of RGB (Red+Green+Blue) = 64+38+188=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #4026BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4026BC is #BFD943. Grayscale: #3E3E3E. Windows color (decimal): -12572996 or 12330560. OLE color: 12330560.

HSL color Cylindrical-coordinate representation of color #4026BC: hue angle of 250.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4026BC is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 38 188 -
CMYK 0.66 0.80 0 0.26
HSL 250.4º 0.66% 0.44% -
HSV(B) 250.4º 0.8% 0.74% -
XYZ 11.88 6.11 48.13 -
YUV 62.87 198.61 128.8 -
System Red Green Blue C M Y K H S L
Decimal 64 38 188 0.66 0.80 0 0.26 250.4 0.66 0.44
Hex 40 26 BC 42 50 0 1A FA 42 2C
Octal 100 46 274 102 120 0 32 372 102 54
Binary 1000000 100110 10111100 1000010 1010000 0 11010 11111010 1000010 101100

Color Harmonies of #4026BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4026BC

Black with #4026BC

Text Example


Text Example

White with #4026BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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