#6627BC

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

Shades of Purple Heart #6627BC

Tints of Purple Heart #6627BC

Color information

#6627BC (or 0x6627BC) is unknown color: approx Purple Heart. HEX triplet: 66, 27 and BC. RGB value is (102,39,188). Sum of RGB (Red+Green+Blue) = 102+39+188=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #6627BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6627BC is #99D843. Grayscale: #4A4A4A. Windows color (decimal): -10082372 or 12330854. OLE color: 12330854.

HSL color Cylindrical-coordinate representation of color #6627BC: hue angle of 265.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6627BC is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10239188-
CMYK0.460.7900.26
HSL265.37º65.64%44.51%-
HSV(B)265.37º79.26%73.73%-
XYZ15.287.9148.3-
YUV74.82191.87147.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 39 (15.62% from 255) = 11.85%
BLUE value IS 188 (73.83% from 255) = 57.14%
R=31.00%
G=11.85%
B=57.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102391880.460.7900.26265.3765.6444.51
Hex6627BC2E4F01A109422d
Octal146472745611703241110255
Binary11001101001111011110010111010011110110101000010011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6627BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,39,188); }

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

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

 a { background-color: rgb(102,39,188); }

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

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

 span { border-color: rgb(102,39,188); }

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