#6332BC

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

Shades of Purple Heart #6332BC

Tints of Purple Heart #6332BC

Color information

#6332BC (or 0x6332BC) is unknown color: approx Purple Heart. HEX triplet: 63, 32 and BC. RGB value is (99,50,188). Sum of RGB (Red+Green+Blue) = 99+50+188=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #6332BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6332BC is #9CCD43. Grayscale: #4F4F4F. Windows color (decimal): -10276164 or 12333667. OLE color: 12333667.

HSL color Cylindrical-coordinate representation of color #6332BC: hue angle of 261.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6332BC is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9950188-
CMYK0.470.7300.26
HSL261.3º57.98%46.67%-
HSV(B)261.3º73.4%73.73%-
XYZ15.368.5648.42-
YUV80.38188.73141.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=29.38%
G=14.84%
B=55.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal99501880.470.7300.26261.357.9846.67
Hex6332BC2F4901A1053a2f
Octal14362274571110324057257
Binary1100011110010101111001011111001001011010100000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6332BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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