#6234C0

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

Shades of Purple Heart #6234C0

Tints of Purple Heart #6234C0

Color information

#6234C0 (or 0x6234C0) is unknown color: approx Purple Heart. HEX triplet: 62, 34 and C0. RGB value is (98,52,192). Sum of RGB (Red+Green+Blue) = 98+52+192=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #6234C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6234C0 is #9DCB3F. Grayscale: #515151. Windows color (decimal): -10341184 or 12596322. OLE color: 12596322.

HSL color Cylindrical-coordinate representation of color #6234C0: hue angle of 259.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6234C0 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9852192-
CMYK0.490.7300.25
HSL259.71º57.38%47.84%-
HSV(B)259.71º72.92%75.29%-
XYZ15.788.8650.75-
YUV81.71190.24139.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 192 (75.39% from 255) = 56.14%
R=28.65%
G=15.20%
B=56.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98521920.490.7300.25259.7157.3847.84
Hex6234C031490191043930
Octal14264300611110314047160
Binary1100010110100110000001100011001001011001100000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6234C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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