#6233BE

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

Shades of Purple Heart #6233BE

Tints of Purple Heart #6233BE

Color information

#6233BE (or 0x6233BE) is unknown color: approx Purple Heart. HEX triplet: 62, 33 and BE. RGB value is (98,51,190). Sum of RGB (Red+Green+Blue) = 98+51+190=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #6233BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6233BE is #9DCC41. Grayscale: #505050. Windows color (decimal): -10341442 or 12464994. OLE color: 12464994.

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

Color convert

RGB9851190-
CMYK0.480.7300.25
HSL260.29º57.68%47.25%-
HSV(B)260.29º73.16%74.51%-
XYZ15.528.6849.57-
YUV80.9189.57140.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 190 (74.61% from 255) = 56.05%
R=28.91%
G=15.04%
B=56.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98511900.480.7300.25260.2957.6847.25
Hex6233BE30490191043a2f
Octal14263276601110314047257
Binary1100010110011101111101100001001001011001100000100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6233BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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