#6C45BC

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

Shades of Purple Heart #6C45BC

Tints of Purple Heart #6C45BC

Color information

#6C45BC (or 0x6C45BC) is unknown color: approx Purple Heart. HEX triplet: 6C, 45 and BC. RGB value is (108,69,188). Sum of RGB (Red+Green+Blue) = 108+69+188=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C45BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C45BC is #93BA43. Grayscale: #5D5D5D. Windows color (decimal): -9681476 or 12338540. OLE color: 12338540.

HSL color Cylindrical-coordinate representation of color #6C45BC: hue angle of 259.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C45BC is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10869188-
CMYK0.430.6300.26
HSL259.66º47.04%50.39%-
HSV(B)259.66º63.3%73.73%-
XYZ17.3911.0848.8-
YUV94.23180.92137.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=29.59%
G=18.90%
B=51.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108691880.430.6300.26259.6647.0450.39
Hex6C45BC2B3F01A1042f32
Octal15410527453770324045762
Binary1101100100010110111100101011111111011010100000100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C45BC; }

 p { color: rgb(108,69,188); }

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

<style>
 a { background-color: #6C45BC; }

 a { background-color: rgb(108,69,188); }

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

<style>
 span { border-color: #6C45BC; }

 span { border-color: rgb(108,69,188); }

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