#6238BE

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

Shades of Purple Heart #6238BE

Tints of Purple Heart #6238BE

Color information

#6238BE (or 0x6238BE) is unknown color: approx Purple Heart. HEX triplet: 62, 38 and BE. RGB value is (98,56,190). Sum of RGB (Red+Green+Blue) = 98+56+190=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #6238BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6238BE is #9DC741. Grayscale: #535353. Windows color (decimal): -10340162 or 12466274. OLE color: 12466274.

HSL color Cylindrical-coordinate representation of color #6238BE: hue angle of 258.81º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6238BE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9856190-
CMYK0.480.7100.25
HSL258.81º54.47%48.24%-
HSV(B)258.81º70.53%74.51%-
XYZ15.759.1449.65-
YUV83.83187.91138.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.49%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=28.49%
G=16.28%
B=55.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98561900.480.7100.25258.8154.4748.24
Hex6238BE30470191033630
Octal14270276601070314036660
Binary1100010111000101111101100001000111011001100000011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6238BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,56,190); }

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

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

 a { background-color: rgb(98,56,190); }

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

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

 span { border-color: rgb(98,56,190); }

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