#6026BE

Color #6026BE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6026BE

Tints of Purple Heart #6026BE

Color information

#6026BE (or 0x6026BE) is unknown color: approx Purple Heart. HEX triplet: 60, 26 and BE. RGB value is (96,38,190). Sum of RGB (Red+Green+Blue) = 96+38+190=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #6026BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6026BE is #9FD941. Grayscale: #484848. Windows color (decimal): -10475842 or 12461664. OLE color: 12461664.

HSL color Cylindrical-coordinate representation of color #6026BE: hue angle of 262.89º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6026BE is Cyan = 0.49, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9638190-
CMYK0.490.800.25
HSL262.89º66.67%44.71%-
HSV(B)262.89º80%74.51%-
XYZ14.817.5949.4-
YUV72.67194.22144.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 38 (15.23% from 255) = 11.73%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=29.63%
G=11.73%
B=58.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96381900.490.800.25262.8966.6744.71
Hex6026BE3150019107432d
Octal140462766112003140710355
Binary11000001001101011111011000110100000110011000001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6026BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6026BE; }

 p { color: rgb(96,38,190); }

 H1.HeaderClassName
 {
   color: #6026BE;
 }
 .AnyTagClassName
 {
   color: #6026BE;
 }
</style>
background-color css

<style>
 a { background-color: #6026BE; }

 a { background-color: rgb(96,38,190); }

 div.DivClassName
 {
   background-color: #6026BE;
 }
 .BgClassName
 {
   background-color: #6026BE;
 }
</style>
border-color css

<style>
 span { border-color: #6026BE; }

 span { border-color: rgb(96,38,190); }

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