#6233CE

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

Shades of Purple Heart #6233CE

Tints of Purple Heart #6233CE

Color information

#6233CE (or 0x6233CE) is unknown color: approx Purple Heart. HEX triplet: 62, 33 and CE. RGB value is (98,51,206). Sum of RGB (Red+Green+Blue) = 98+51+206=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #6233CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6233CE is #9DCC31. Grayscale: #525252. Windows color (decimal): -10341426 or 13513570. OLE color: 13513570.

HSL color Cylindrical-coordinate representation of color #6233CE: hue angle of 258.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6233CE is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9851206-
CMYK0.520.7500.19
HSL258.19º61.26%50.39%-
HSV(B)258.19º75.24%80.78%-
XYZ17.369.4259.3-
YUV82.72197.57138.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 206 (80.86% from 255) = 58.03%
R=27.61%
G=14.37%
B=58.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98512060.520.7500.19258.1961.2650.39
Hex6233CE344B0131023d32
Octal14263316641130234027562
Binary1100010110011110011101101001001011010011100000010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6233CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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