#6234DE

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

Shades of Purple Heart #6234DE

Tints of Purple Heart #6234DE

Color information

#6234DE (or 0x6234DE) is unknown color: approx Purple Heart. HEX triplet: 62, 34 and DE. RGB value is (98,52,222). Sum of RGB (Red+Green+Blue) = 98+52+222=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #6234DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6234DE is #9DCB21. Grayscale: #545454. Windows color (decimal): -10341154 or 14562402. OLE color: 14562402.

HSL color Cylindrical-coordinate representation of color #6234DE: hue angle of 256.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6234DE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9852222-
CMYK0.560.7700.13
HSL256.24º72.03%53.73%-
HSV(B)256.24º76.58%87.06%-
XYZ19.4510.3370.08-
YUV85.13205.24137.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 52 (20.70% from 255) = 13.98%
BLUE value IS 222 (87.11% from 255) = 59.68%
R=26.34%
G=13.98%
B=59.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal98522220.560.7700.13256.2472.0353.73
Hex6234DE384D0D1004836
Octal142643367011501540011066
Binary1100010110100110111101110001001101011011000000001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6234DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6234DE; }

 p { color: rgb(98,52,222); }

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

<style>
 a { background-color: #6234DE; }

 a { background-color: rgb(98,52,222); }

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

<style>
 span { border-color: #6234DE; }

 span { border-color: rgb(98,52,222); }

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