#6332CC

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

Shades of Purple Heart #6332CC

Tints of Purple Heart #6332CC

Color information

#6332CC (or 0x6332CC) is unknown color: approx Purple Heart. HEX triplet: 63, 32 and CC. RGB value is (99,50,204). Sum of RGB (Red+Green+Blue) = 99+50+204=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #6332CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6332CC is #9CCD33. Grayscale: #515151. Windows color (decimal): -10276148 or 13382243. OLE color: 13382243.

HSL color Cylindrical-coordinate representation of color #6332CC: hue angle of 259.09º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6332CC is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9950204-
CMYK0.510.7500.2
HSL259.09º60.63%49.8%-
HSV(B)259.09º75.49%80%-
XYZ17.199.2958.01-
YUV82.21196.73139.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 50 (19.92% from 255) = 14.16%
BLUE value IS 204 (80.08% from 255) = 57.79%
R=28.05%
G=14.16%
B=57.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal99502040.510.7500.2259.0960.6349.8
Hex6332CC334B0141033d32
Octal14362314631130244037562
Binary1100011110010110011001100111001011010100100000011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6332CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6332CC; }

 p { color: rgb(99,50,204); }

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

<style>
 a { background-color: #6332CC; }

 a { background-color: rgb(99,50,204); }

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

<style>
 span { border-color: #6332CC; }

 span { border-color: rgb(99,50,204); }

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